mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-04 11:34:51 +00:00
Merge #212
212: evitct more stuff from cache r=matklad a=matklad Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
commit
efdb0d84c8
@ -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 -fr ./target/debug/{deps,.fingerprint}/{*ra_*,*test*}
|
- rm -fr ./target/debug/{deps,.fingerprint}/{*ra_*,*test*,*tools*,*gen_lsp*}
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- CARGO_INCREMENTAL=0
|
- CARGO_INCREMENTAL=0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user