mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 15:14:32 +00:00
Merge #213
213: remove the last changing file from cache r=matklad a=matklad Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
commit
a46a07eca3
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ cache: cargo
|
|||
before_cache:
|
||||
- find ./target/debug -type f -maxdepth 1 -delete
|
||||
- rm -fr ./target/debug/{deps,.fingerprint}/{*ra_*,*test*,*tools*,*gen_lsp*}
|
||||
- rm -f ./target/.rustc_info.json
|
||||
|
||||
env:
|
||||
- CARGO_INCREMENTAL=0
|
||||
|
|
Loading…
Reference in a new issue