mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-21 04:13:12 +00:00
rustc: Re-enable parallel building
This commit is contained in:
parent
56bb114905
commit
5f3a2cb0d1
@ -132,7 +132,7 @@ stdenv.mkDerivation {
|
||||
|
||||
buildInputs = [ which file perl curl python27 makeWrapper git valgrind procps ];
|
||||
|
||||
enableParallelBuilding = false; # disabled due to rust-lang/rust#16305
|
||||
enableParallelBuilding = true;
|
||||
|
||||
preCheck = "export TZDIR=${tzdata}/share/zoneinfo";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user