We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bb3f76 commit 1e5569dCopy full SHA for 1e5569d
build_system/build_sysroot.rs
@@ -193,8 +193,6 @@ fn build_clif_sysroot_for_triple(
193
"RUSTC",
194
env::current_dir().unwrap().join(target_dir).join("bin").join("cg_clif_build_sysroot"),
195
);
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");
198
spawn_and_wait(build_cmd);
199
200
// Copy all relevant files to the sysroot
0 commit comments