[Git][haskell-team/DHG_packages][master] ghc: maximum to parallel=2 on s390x

Gianfranco Costamagna gitlab at salsa.debian.org
Fri Aug 9 16:02:22 BST 2019



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


Commits:
87e08920 by Gianfranco Costamagna at 2019-08-09T15:01:58Z
ghc: maximum to parallel=2 on s390x

- - - - -


1 changed file:

- p/ghc/debian/rules


Changes:

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



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/87e08920cecd5ce4014395ae80e23f5fd45aa369
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/2cd23b03/attachment.html>


More information about the Pkg-haskell-commits mailing list