mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 21:54:42 +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
|
||||
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 a new issue