3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2025-04-29 06:35:53 +00:00

test sparse registry

This commit is contained in:
Arpad Borsos 2022-07-09 17:49:43 +02:00
parent 875be5ce2d
commit 911d8e9e55
No known key found for this signature in database
GPG key ID: FC7BCA77824B3298
2 changed files with 33 additions and 2 deletions

View file

@ -28,8 +28,6 @@ export async function cleanTargetDir(targetDir: string, packages: Packages) {
await rm(dir.path, dirent);
}
}
await fs.promises.unlink(path.join(targetDir, "./.rustc_info.json"));
}
async function cleanProfileTarget(profileDir: string, packages: Packages) {