mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +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,4 +1,10 @@
|
|||||||
cache: cargo
|
cache: cargo
|
||||||
|
before_cache:
|
||||||
|
- find ./target/debug -type f -maxdepth 1 -delete
|
||||||
|
- rm -f ./target/debug/deps/*ra_*
|
||||||
|
|
||||||
|
env:
|
||||||
|
- CARGO_INCREMENTAL=0
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user