mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-29 18:23:49 +00:00
Merge #210
210: cleanup cahces more aggressively r=matklad a=matklad Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
commit
7196286ec5
@ -1,7 +1,7 @@
|
||||
cache: cargo
|
||||
before_cache:
|
||||
- find ./target/debug -type f -maxdepth 1 -delete
|
||||
- rm -f ./target/debug/deps/*ra_*
|
||||
- rm -fr ./target/debug/{deps,.fingerprint}/{*ra_*,*test*}
|
||||
|
||||
env:
|
||||
- CARGO_INCREMENTAL=0
|
||||
|
Loading…
Reference in New Issue
Block a user