[Git][haskell-team/DHG_packages][experimental] ghc: Revert mipsel change, didn't fix the build failure
Gianfranco Costamagna (@locutusofborg)
gitlab at salsa.debian.org
Fri Feb 4 08:53:53 GMT 2022
Gianfranco Costamagna pushed to branch experimental at Debian Haskell Group / DHG_packages
Commits:
5d8c1a51 by Gianfranco Costamagna at 2022-02-04T09:53:31+01:00
ghc: Revert mipsel change, didn't fix the build failure
- - - - -
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~exp3) UNRELEASED; urgency=medium
+
+ * Revert last change on mipsel, didn't fix the failure
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org> Fri, 04 Feb 2022 09:52:15 +0100
+
ghc (8.10.7-1~exp2) experimental; urgency=medium
* Lower parallelism builds to 2 on mipsel
=====================================
p/ghc/debian/rules
=====================================
@@ -59,7 +59,7 @@ ifneq (,$(filter mips mipsel powerpc powerpcspe sparc64, $(DEB_HOST_ARCH)))
endif
%:
-ifneq (,$(filter s390x arm64 armhf mipsel, $(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/5d8c1a511eedcfe4dc32ef7ee7990b9120e41c6f
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/5d8c1a511eedcfe4dc32ef7ee7990b9120e41c6f
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/20220204/4b93183c/attachment.htm>
More information about the Pkg-haskell-commits
mailing list