1
0
Fork 0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2024-10-16 11:58:41 -04:00

Don't set RUSTC_WRAPPER until we've installed sccache

This commit is contained in:
Tom Parker-Shemilt 2020-04-26 15:15:49 +01:00
parent a3cccfc4c4
commit 5302b8c994

View file

@ -1,11 +1,10 @@
language: rust language: rust
before_script: cargo install sccache before_script: cargo install sccache
script: cargo run script: RUSTC_WRAPPER=sccache cargo run
env: env:
global: global:
- RUST_LOG=warn - RUST_LOG=warn
- RUSTC_WRAPPER=sccache
- SCCACHE_CACHE_SIZE=1G - SCCACHE_CACHE_SIZE=1G
cache: cache: