mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-27 06:10:33 +00:00
Don't set RUSTC_WRAPPER until we've installed sccache
This commit is contained in:
parent
a3cccfc4c4
commit
5302b8c994
1 changed files with 1 additions and 2 deletions
|
@ -1,11 +1,10 @@
|
|||
language: rust
|
||||
before_script: cargo install sccache
|
||||
script: cargo run
|
||||
script: RUSTC_WRAPPER=sccache cargo run
|
||||
|
||||
env:
|
||||
global:
|
||||
- RUST_LOG=warn
|
||||
- RUSTC_WRAPPER=sccache
|
||||
- SCCACHE_CACHE_SIZE=1G
|
||||
|
||||
cache:
|
||||
|
|
Loading…
Reference in a new issue