Skip to content

Commit 1e5569d

Browse files
committed
Re-enable incremental compilation for the sysroot
rust-lang/rust#74946 for fixed
1 parent 2bb3f76 commit 1e5569d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build_system/build_sysroot.rs

-2
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,6 @@ fn build_clif_sysroot_for_triple(
193193
"RUSTC",
194194
env::current_dir().unwrap().join(target_dir).join("bin").join("cg_clif_build_sysroot"),
195195
);
196-
// FIXME Enable incremental again once rust-lang/rust#74946 is fixed
197-
build_cmd.env("CARGO_INCREMENTAL", "0").env("__CARGO_DEFAULT_LIB_METADATA", "cg_clif");
198196
spawn_and_wait(build_cmd);
199197

200198
// Copy all relevant files to the sysroot

0 commit comments

Comments
 (0)