[Git][haskell-team/DHG_packages][experimental] ghc: lower parallelism on mipsel to 2, this might address the OOM

Gianfranco Costamagna (@locutusofborg) gitlab at salsa.debian.org
Fri Jan 21 10:23:13 GMT 2022



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


Commits:
fd9fd105 by Gianfranco Costamagna at 2022-01-21T11:22:27+01:00
ghc: lower parallelism on mipsel to 2, this might address the OOM

- - - - -


2 changed files:

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


Changes:

=====================================
p/ghc/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+ghc (8.10.7-1~exp2) experimental; urgency=medium
+
+  * Lower parallelism builds to 2 on mipsel
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Fri, 21 Jan 2022 11:20:56 +0100
+
 ghc (8.10.7-1~exp1) experimental; urgency=medium
 
   * New upstream release.


=====================================
p/ghc/debian/rules
=====================================
@@ -59,7 +59,7 @@ ifneq (,$(filter mips mipsel powerpc powerpcspe sparc64, $(DEB_HOST_ARCH)))
 endif
 
 %:
-ifneq (,$(filter s390x arm64 armhf, $(DEB_HOST_ARCH)))
+ifneq (,$(filter s390x arm64 armhf mipsel, $(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/fd9fd105cad518dad1d21b8de8ae4cfcb855b53e

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/fd9fd105cad518dad1d21b8de8ae4cfcb855b53e
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/20220121/203c0e5a/attachment.htm>


More information about the Pkg-haskell-commits mailing list