[Git][haskell-team/DHG_packages][master] ghc: lower parallelism to 2 on Ubuntu armhf to speed up build process

Gianfranco Costamagna gitlab at salsa.debian.org
Sun Nov 22 10:38:59 GMT 2020



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


Commits:
35aeb8d2 by Gianfranco Costamagna at 2020-11-22T11:38:40+01:00
ghc: lower parallelism to 2 on Ubuntu armhf to speed up build process

- - - - -


2 changed files:

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


Changes:

=====================================
p/ghc/debian/changelog
=====================================
@@ -1,9 +1,13 @@
 ghc (8.8.4-2) UNRELEASED; urgency=medium
 
+  [ Ilias Tsitsimpis ]
   * Correctly set 'haddock-interfaces' for base libraries (Closes: #968446)
   * Remove files generated by postinst script (Closes: #909922)
   * Add myself as an uploader
 
+  [ Gianfranco Costamagna ]
+  * Lower parallel builds to 2 on Ubuntu armhf, to speed up build process.
+
  -- Ilias Tsitsimpis <iliastsi at debian.org>  Mon, 17 Aug 2020 08:55:33 +0300
 
 ghc (8.8.4-1) unstable; urgency=medium


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



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/35aeb8d2400c491347ffbd6d994ecd08f0007793
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/20201122/369e55b2/attachment.html>


More information about the Pkg-haskell-commits mailing list