Skip to content

Commit

Permalink
Fixed sccache
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Aug 24, 2019
1 parent 989e712 commit f772dbf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .azure/install-sccache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,12 @@ steps:
- bash: |
# mkdir -p $SCCACHE_DIR
set -ex
env
echo "##vso[task.setvariable variable=RUSTC_WRAPPER]$SCCACHE_BIN"
SCCACHE_ERROR_LOG=`pwd`/sccache.log RUST_LOG=debug $SCCACHE_BIN --start-server
$SCCACHE_BIN -s
cat sccache.log
displayName: Start sccache
env:
SCCACHE_AZURE_CONNECTION_STRING: $(SCCACHE_AZURE_CONNECTION_STRING)
SCCACHE_AZURE_BLOB_CONTAINER: $(SCCACHE_AZURE_BLOB_CONTAINER)

0 comments on commit f772dbf

Please sign in to comment.