mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-05 02:20:19 +00:00
Improved sccache usage
This commit is contained in:
parent
f83e4edf4f
commit
af12f627ad
@ -38,6 +38,7 @@ steps:
|
||||
displayName: sccache version
|
||||
|
||||
- bash: |
|
||||
mkdir -p $SCCACHE_DIR
|
||||
set -ex
|
||||
echo "##vso[task.setvariable variable=RUSTC_WRAPPER;]sccache"
|
||||
SCCACHE_ERROR_LOG=`pwd`/sccache.log RUST_LOG=debug sccache --start-server
|
||||
|
@ -32,6 +32,9 @@ jobs:
|
||||
imageName: 'vs2017-win2016'
|
||||
rust_toolchain: stable
|
||||
|
||||
variables:
|
||||
SCCACHE_DIR: $(Pipeline.Workspace)/.sccache
|
||||
|
||||
pool:
|
||||
vmImage: $(imageName)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user