[Git][haskell-team/DHG_packages][experimental] ghc: try to lower parallel builds on mipsel

Gianfranco Costamagna (@locutusofborg) gitlab at salsa.debian.org
Tue Aug 1 08:25:46 BST 2023



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


Commits:
3a3d0f28 by Gianfranco Costamagna at 2023-08-01T09:24:24+02:00
ghc: try to lower parallel builds on mipsel

- - - - -


2 changed files:

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


Changes:

=====================================
p/ghc/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+ghc (9.4.5-1~exp3) experimental; urgency=medium
+
+  * Try to reduce parallel builds on mipsel
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Tue, 01 Aug 2023 09:23:09 +0200
+
 ghc (9.4.5-1~exp2) experimental; urgency=medium
 
   * Re-introduce 'fix-llvm-armel' patch


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



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/3a3d0f289e4c07362957a2fed4f8b50814dad147
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/20230801/854420cc/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list