]> git.lizzy.rs Git - rust.git/commit
Revive cache cleaning
authorAleksey Kladov <aleksey.kladov@gmail.com>
Tue, 18 Aug 2020 08:38:57 +0000 (10:38 +0200)
committerAleksey Kladov <aleksey.kladov@gmail.com>
Tue, 18 Aug 2020 09:07:21 +0000 (11:07 +0200)
commit6cff076513924430c8cdf422fa56dbe711faee40
tree9d88875b060e5b941ce58c389f4dab2dfbab278f
parent80ab6c8cd53bc9bca43b8b95e80e39677cd319f8
Revive cache cleaning

The idea here is that, on CI, we only want to cache crates.io
dependencies, and not local crates. This keeps the size of the cache
low, and also improves performance, as network and moving files on
disk (on Windows) can be slow.
crates/rust-analyzer/tests/heavy_tests/main.rs [deleted file]
crates/rust-analyzer/tests/heavy_tests/support.rs [deleted file]
crates/rust-analyzer/tests/heavy_tests/testdir.rs [deleted file]
crates/rust-analyzer/tests/rust-analyzer/main.rs [new file with mode: 0644]
crates/rust-analyzer/tests/rust-analyzer/support.rs [new file with mode: 0644]
crates/rust-analyzer/tests/rust-analyzer/testdir.rs [new file with mode: 0644]
xtask/src/lib.rs
xtask/src/main.rs
xtask/src/pre_cache.rs [new file with mode: 0644]