diff options
| author | Bert Belder <bertbelder@gmail.com> | 2018-12-19 18:05:38 +0100 |
|---|---|---|
| committer | Bert Belder <bertbelder@gmail.com> | 2018-12-19 18:05:38 +0100 |
| commit | 0ff5aa0a3346675a773f036f493917607cf6eb0d (patch) | |
| tree | a4c235e0a9b13df19b317608d7610e928fe633f9 /.appveyor.yml | |
| parent | 3631e614b2f21bc3bac19d4998a943ab51452b5b (diff) | |
appveyor: make Cargo use sccache when building deps
Diffstat (limited to '.appveyor.yml')
| -rw-r--r-- | .appveyor.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 050715e53..df01ba343 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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: |
