Skip to content

Commit fb788e3

Browse files
committed
Don't install hyperfine in y.rs prepare
Missed in #1338 Part of #1290
1 parent 20429c0 commit fb788e3

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

build_system/prepare.rs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,6 @@ pub(crate) fn prepare(dirs: &Dirs) {
1818

1919
prepare_sysroot(dirs);
2020

21-
// FIXME maybe install this only locally?
22-
eprintln!("[INSTALL] hyperfine");
23-
Command::new("cargo")
24-
.arg("install")
25-
.arg("hyperfine")
26-
.env_remove("CARGO_TARGET_DIR")
27-
.spawn()
28-
.unwrap()
29-
.wait()
30-
.unwrap();
31-
3221
super::abi_cafe::ABI_CAFE_REPO.fetch(dirs);
3322
super::tests::RAND_REPO.fetch(dirs);
3423
super::tests::REGEX_REPO.fetch(dirs);

0 commit comments

Comments
 (0)