diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-01-11 13:59:14 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-01-11 13:59:14 +0000 |
| commit | fb788e375ad110fdcf6b0333745bf2cab29054ee (patch) | |
| tree | 40b8df931bf86dbde0585c679a3b1354b479cc29 | |
| parent | 20429c00b2d68ad5f682020f49579369ecb0decc (diff) | |
| download | rust-fb788e375ad110fdcf6b0333745bf2cab29054ee.tar.gz rust-fb788e375ad110fdcf6b0333745bf2cab29054ee.zip | |
Don't install hyperfine in y.rs prepare
Missed in #1338 Part of #1290
| -rw-r--r-- | build_system/prepare.rs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/build_system/prepare.rs b/build_system/prepare.rs index 9ad4ddc92c5..7c10b9b0c0f 100644 --- a/build_system/prepare.rs +++ b/build_system/prepare.rs @@ -18,17 +18,6 @@ pub(crate) fn prepare(dirs: &Dirs) { prepare_sysroot(dirs); - // FIXME maybe install this only locally? - eprintln!("[INSTALL] hyperfine"); - Command::new("cargo") - .arg("install") - .arg("hyperfine") - .env_remove("CARGO_TARGET_DIR") - .spawn() - .unwrap() - .wait() - .unwrap(); - super::abi_cafe::ABI_CAFE_REPO.fetch(dirs); super::tests::RAND_REPO.fetch(dirs); super::tests::REGEX_REPO.fetch(dirs); |
