Skip to content

Commit 9468362

Browse files
Create target directory
This is no longer packaged with Rust due to rust-lang/rust#72000.
1 parent 2ef8bc7 commit 9468362

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

collector/src/bin/rustc-perf-collector/sysroot.rs

+1
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ rustc-std-workspace-std = { path = 'src/tools/rustc-std-workspace-std' }
129129

130130
// Move all of the `rlib` files into the main sysroot.
131131
let sysroot_target_lib_dir = sysroot_rustlib_dir.join(&self.triple).join("lib");
132+
fs::create_dir_all(&sysroot_target_lib_dir)?;
132133
for entry in fs::read_dir(local_build_target_dir.join("release/deps"))? {
133134
let entry = entry?;
134135
let path = entry.path();

0 commit comments

Comments
 (0)