]> git.lizzy.rs Git - rust.git/commitdiff
Re-enable incremental compilation for the sysroot
authorbjorn3 <bjorn3@users.noreply.github.com>
Sun, 17 Oct 2021 13:29:57 +0000 (15:29 +0200)
committerbjorn3 <bjorn3@users.noreply.github.com>
Sun, 17 Oct 2021 13:29:57 +0000 (15:29 +0200)
rust-lang/rust#74946 for fixed

build_system/build_sysroot.rs

index 642abc41f45a7ac2517458c22858ebd05a279a90..9a5430a606b70d48b52678687846c01662de7526 100644 (file)
@@ -193,8 +193,6 @@ fn build_clif_sysroot_for_triple(
         "RUSTC",
         env::current_dir().unwrap().join(target_dir).join("bin").join("cg_clif_build_sysroot"),
     );
-    // FIXME Enable incremental again once rust-lang/rust#74946 is fixed
-    build_cmd.env("CARGO_INCREMENTAL", "0").env("__CARGO_DEFAULT_LIB_METADATA", "cg_clif");
     spawn_and_wait(build_cmd);
 
     // Copy all relevant files to the sysroot