Skip to content

Commit

Permalink
Re-enable incremental compilation for the sysroot
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Oct 17, 2021
1 parent 2bb3f76 commit 1e5569d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build_system/build_sysroot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e5569d

Please sign in to comment.