mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 15:24:46 -05:00
appveyor: make Cargo use sccache when building deps
This commit is contained in:
parent
3631e614b2
commit
0ff5aa0a33
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ environment:
|
|||
CARGO_HOME: $(RUST_DIR)\cargo
|
||||
RUSTUP_HOME: $(RUST_DIR)\rustup
|
||||
RUST_BACKTRACE: 1
|
||||
RUSTC_WRAPPER: sccache
|
||||
SCCACHE_BUCKET: deno-sccache
|
||||
AWS_ACCESS_KEY_ID: AKIAIPOYFUDOPCMWRVZA
|
||||
AWS_SECRET_ACCESS_KEY:
|
||||
|
|
Loading…
Reference in a new issue