ghc: enable parallel building of GHC on aarch64.

Note: this only affects GHC, not haskellPackages, which still suffers
from https://ghc.haskell.org/trac/ghc/ticket/15449.
This commit is contained in:
Drew Hess 2018-10-14 18:00:06 -04:00
parent 72128fcd9d
commit a1600d0aa8
No known key found for this signature in database
GPG key ID: DEDAB57E001BD839
3 changed files with 3 additions and 6 deletions

View file

@ -88,8 +88,7 @@ stdenv.mkDerivation (rec {
sha256 = "1z05vkpaj54xdypmaml50hgsdpw29dhbs2r7magx0cm199iw73mv";
};
# https://ghc.haskell.org/trac/ghc/ticket/15449
enableParallelBuilding = !buildPlatform.isAarch64;
enableParallelBuilding = true;
outputs = [ "out" "doc" ];

View file

@ -90,8 +90,7 @@ stdenv.mkDerivation (rec {
sha256 = "1mk046vb561j75saz05rghhbkps46ym5aci4264dwc2qk3dayixf";
};
# https://ghc.haskell.org/trac/ghc/ticket/15449
enableParallelBuilding = !buildPlatform.isAarch64;
enableParallelBuilding = true;
outputs = [ "out" "doc" ];

View file

@ -86,8 +86,7 @@ stdenv.mkDerivation (rec {
sha256 = "0dkh7idgrqr567fq94a0f5x3w0r4cm2ydn51nb5wfisw3rnw499c";
};
# https://ghc.haskell.org/trac/ghc/ticket/15449
enableParallelBuilding = !buildPlatform.isAarch64;
enableParallelBuilding = true;
outputs = [ "out" "doc" ];