We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b55b638 commit e2a3647Copy full SHA for e2a3647
src/tools/opt-dist/src/tests.rs
@@ -15,7 +15,7 @@ pub fn run_tests(env: &Environment) -> anyhow::Result<()> {
15
// whether the optimization pipeline hasn't broken something.
16
let build_dir = env.build_root().join("build");
17
let dist_dir = build_dir.join("dist");
18
- let unpacked_dist_dir = build_dir.join("unpacked-dist");
+ let unpacked_dist_dir = build_dir.join("cache/unpacked-dist");
19
std::fs::create_dir_all(&unpacked_dist_dir)?;
20
21
let extract_dist_dir = |name: &str| -> anyhow::Result<Utf8PathBuf> {
0 commit comments