mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
rustc: disable parallel building because of https://github.com/rust-lang/rust/issues/30181
https://github.com/NixOS/nixpkgs/pull/21742
This commit is contained in:
parent
afb73be9f7
commit
e1d0c9ae20
@ -142,7 +142,9 @@ stdenv.mkDerivation {
|
||||
doCheck = true;
|
||||
dontSetConfigureCross = true;
|
||||
|
||||
enableParallelBuilding = true;
|
||||
# https://github.com/NixOS/nixpkgs/pull/21742#issuecomment-272305764
|
||||
# https://github.com/rust-lang/rust/issues/30181
|
||||
# enableParallelBuilding = false;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.rust-lang.org/;
|
||||
|
Loading…
Reference in New Issue
Block a user