[Git][haskell-team/DHG_packages][master] ghc: reduce parallelism also for mips* builds

Gianfranco Costamagna gitlab at salsa.debian.org
Fri Aug 2 16:33:13 BST 2019



Gianfranco Costamagna pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
d1d0eae5 by Gianfranco Costamagna at 2019-08-02T15:32:51Z
ghc: reduce parallelism also for mips* builds

- - - - -


2 changed files:

- p/ghc/debian/changelog
- p/ghc/debian/rules


Changes:

=====================================
p/ghc/debian/changelog
=====================================
@@ -3,7 +3,7 @@ ghc (8.6.5+dfsg1-3) unstable; urgency=medium
   [ Gianfranco Costamagna ]
   * debian/patches/Disable-unboxed-arrays.patch
     - upstream proposed workaround for BE build failures.
-  * use parallel=2 for s390x builds
+  * use parallel=2 for s390x, mips, mipsel, mips64el builds
 
   [ Clint Adams ]
   * Patch from John Paul Adrian Glaubitz to set --host and --build for


=====================================
p/ghc/debian/rules
=====================================
@@ -55,7 +55,7 @@ ifneq (,$(filter mips mipsel powerpc powerpcspe sparc64, $(DEB_HOST_ARCH)))
   EXTRA_CONFIGURE_FLAGS += --disable-ld-override
 endif
 
-ifeq (s390x,$(DEB_HOST_ARCH))
+ifneq (,$(filter mips mipsel mips64el s390x, $(DEB_HOST_ARCH)))
   export DEB_BUILD_OPTIONS=parallel=2
 endif
 



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/d1d0eae5c02bd85f3861e6eac1267173448eceb9

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/d1d0eae5c02bd85f3861e6eac1267173448eceb9
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20190802/dcd4e415/attachment.html>


More information about the Pkg-haskell-commits mailing list