mirror of
https://github.com/Swatinem/rust-cache.git
synced 2026-04-24 07:50:49 +00:00
test sparse registry
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user