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:
Daiderd Jordan 2017-01-14 17:38:46 +01:00
parent afb73be9f7
commit e1d0c9ae20
No known key found for this signature in database
GPG Key ID: D02435D05B810C96

View File

@ -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/;