mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-14 06:03:58 +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 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
cache: cargo
|
cache: cargo
|
||||||
before_cache:
|
before_cache:
|
||||||
- find ./target/debug -type f -maxdepth 1 -delete
|
- find ./target/debug -type f -maxdepth 1 -delete
|
||||||
- rm -f ./target/debug/deps/*ra_*
|
- rm -fr ./target/debug/{deps,.fingerprint}/{*ra_*,*test*}
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- CARGO_INCREMENTAL=0
|
- CARGO_INCREMENTAL=0
|
||||||
|
|
Loading…
Reference in a new issue