]> git.lizzy.rs Git - rust.git/commitdiff
Don't install hyperfine in y.rs prepare
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>
Wed, 11 Jan 2023 13:59:14 +0000 (13:59 +0000)
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>
Wed, 11 Jan 2023 13:59:14 +0000 (13:59 +0000)
Missed in #1338
Part of #1290

build_system/prepare.rs

index 9ad4ddc92c5affad8a522ceb14e672380ab0c5b9..7c10b9b0c0f7fb50a70defea938b41dabc2991d4 100644 (file)
@@ -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);