Somewhat fix pre-cache
This commit is contained in:
@@ -139,7 +139,7 @@ pub fn run_pre_cache() -> Result<()> {
|
||||
}
|
||||
|
||||
fs2::remove_file("./target/.rustc_info.json")?;
|
||||
let to_delete = ["ra_", "heavy_test", "xtask"];
|
||||
let to_delete = ["hir", "heavy_test", "xtask", "ide", "rust-analyzer"];
|
||||
for &dir in ["./target/debug/deps", "target/debug/.fingerprint"].iter() {
|
||||
for entry in Path::new(dir).read_dir()? {
|
||||
let entry = entry?;
|
||||
|
||||
Reference in New Issue
Block a user