[Git][haskell-team/DHG_packages][master] ghc: limit parallel building to 2 on arm64 too (fixes FTBFS on Ubuntu)

Gianfranco Costamagna gitlab at salsa.debian.org
Thu May 28 13:10:34 BST 2020



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


Commits:
27b04122 by Gianfranco Costamagna at 2020-05-28T13:45:42+02:00
ghc: limit parallel building to 2 on arm64 too (fixes FTBFS on Ubuntu)

- - - - -


2 changed files:

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


Changes:

=====================================
p/ghc/debian/changelog
=====================================
@@ -1,3 +1,10 @@
+ghc (8.8.3-2) UNRELEASED; urgency=medium
+
+  * Also limit parallel building to 2 on arm64, because Ubuntu fails
+    with ENOMEM with parallel=4
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 28 May 2020 13:45:02 +0200
+
 ghc (8.8.3-1) unstable; urgency=medium
 
   * Upload to unstable.


=====================================
p/ghc/debian/rules
=====================================
@@ -55,7 +55,7 @@ ifneq (,$(filter mips mipsel powerpc powerpcspe sparc64, $(DEB_HOST_ARCH)))
 endif
 
 %:
-ifneq (,$(filter s390x, $(DEB_HOST_ARCH)))
+ifneq (,$(filter s390x arm64, $(DEB_HOST_ARCH)))
 	# Build fails with out-of-memory on Ubuntu's s390x builders.
 	# Setting `ggc-min-expand=10` doesn't solve this.
 	# For now, reduce number of parallel jobs.



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/27b041222e21e3a0fa9c79c837ab29ad6c84772f
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/20200528/d235924c/attachment.html>


More information about the Pkg-haskell-commits mailing list