mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 13:48:50 +00:00
Merge #148
148: Don't cache ever changing stuff r=matklad a=matklad Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
commit
da7adc0c6d
1 changed files with 6 additions and 0 deletions
|
@ -1,4 +1,10 @@
|
|||
cache: cargo
|
||||
before_cache:
|
||||
- find ./target/debug -type f -maxdepth 1 -delete
|
||||
- rm -f ./target/debug/deps/*ra_*
|
||||
|
||||
env:
|
||||
- CARGO_INCREMENTAL=0
|
||||
|
||||
matrix:
|
||||
include:
|
||||
|
|
Loading…
Reference in a new issue