forked from mirrors/nixpkgs
rustc: disable parallel building
http://hydra.nixos.org/build/33119905/nixlog/1/raw
This commit is contained in:
parent
f6a44bea9e
commit
d7e87db0c7
|
@ -166,7 +166,7 @@ with stdenv.lib; stdenv.mkDerivation {
|
|||
buildInputs = [ ncurses ]
|
||||
++ optional (!forceBundledLLVM) llvmShared;
|
||||
|
||||
enableParallelBuilding = true;
|
||||
enableParallelBuilding = false; # missing files during linking, occasionally
|
||||
|
||||
outputs = [ "out" "doc" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue