diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2021-10-17 15:29:57 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2021-10-17 15:29:57 +0200 |
| commit | 1e5569d62c31743cec29daa97fb527a64c93914f (patch) | |
| tree | 03379ef7bd87dd8b584cf3cc1cc57fb85cc5cc8a | |
| parent | 2bb3f767e52007acc1da1bd130b9153bbacca778 (diff) | |
| download | rust-1e5569d62c31743cec29daa97fb527a64c93914f.tar.gz rust-1e5569d62c31743cec29daa97fb527a64c93914f.zip | |
Re-enable incremental compilation for the sysroot
rust-lang/rust#74946 for fixed
| -rw-r--r-- | build_system/build_sysroot.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build_system/build_sysroot.rs b/build_system/build_sysroot.rs index 642abc41f45..9a5430a606b 100644 --- a/build_system/build_sysroot.rs +++ b/build_system/build_sysroot.rs @@ -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 |
