Merge pull request #48446 from dhess/ghc-aarch64-parallel

ghc: enable parallel building of GHC on aarch64.
This commit is contained in:
Samuel Dionne-Riel 2018-10-14 23:34:21 -04:00 committed by GitHub
commit b1cb653ce3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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" ];