[Git][haskell-team/DHG_packages][master] ghc: Lower parallel build in a more nice way

Gianfranco Costamagna gitlab at salsa.debian.org
Fri Aug 9 15:59:46 BST 2019



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


Commits:
75c6a101 by Gianfranco Costamagna at 2019-08-09T14:59:28Z
ghc: Lower parallel build in a more nice way

- - - - -


1 changed file:

- p/ghc/debian/rules


Changes:

=====================================
p/ghc/debian/rules
=====================================
@@ -56,7 +56,12 @@ ifneq (,$(filter mips mipsel powerpc powerpcspe sparc64, $(DEB_HOST_ARCH)))
 endif
 
 %:
+ifneq (,$(filter mips mipsel mips64el s390x, $(DEB_HOST_ARCH)))
+	dh $@ --max-parallel=1
+else
 	dh $@
+endif
+
 
 override_dh_autoreconf:
 	dh_autoreconf perl -- boot



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/75c6a101871e4b2a05f82c0039c30dd3a02c46cd
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/20190809/55555fb5/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list