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 ]
|
buildInputs = [ ncurses ]
|
||||||
++ optional (!forceBundledLLVM) llvmShared;
|
++ optional (!forceBundledLLVM) llvmShared;
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = false; # missing files during linking, occasionally
|
||||||
|
|
||||||
outputs = [ "out" "doc" ];
|
outputs = [ "out" "doc" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue