[Git][haskell-team/DHG_packages][master] haskell-aeson: Disable tests on powerpc due to memory constraints

John Paul Adrian Glaubitz (@glaubitz) gitlab at salsa.debian.org
Thu Jan 18 14:44:48 GMT 2024



John Paul Adrian Glaubitz pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
e61454e2 by John Paul Adrian Glaubitz at 2024-01-18T15:42:55+01:00
haskell-aeson: Disable tests on powerpc due to memory constraints

- - - - -


2 changed files:

- p/haskell-aeson/debian/changelog
- p/haskell-aeson/debian/rules


Changes:

=====================================
p/haskell-aeson/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-aeson (2.1.2.1-6) UNRELEASED; urgency=medium
+
+  * Disable tests on powerpc due to memory constraints
+
+ -- John Paul Adrian Glaubitz <glaubitz at physik.fu-berlin.de>  Thu, 18 Jan 2024 15:41:03 +0100
+
 haskell-aeson (2.1.2.1-5) unstable; urgency=medium
 
   * Fix tests on 32bit architectures (Closes: #1053530)


=====================================
p/haskell-aeson/debian/rules
=====================================
@@ -19,5 +19,10 @@ ifneq (,$(filter $(DEB_BUILD_ARCH),mips mipsel))
 	DEB_SETUP_GHC_CONFIGURE_ARGS += --ghc-options="-optc--param -optcggc-min-expand=10"
 endif
 
+# Disable tests on powerpc due to memory constraints
+ifneq (,$(filter $(DEB_BUILD_ARCH),powerpc))
+	DEB_ENABLE_TESTS = no
+endif
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/e61454e2ee8de44a2d94ffc116d49dd08a597444
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/20240118/fbf4f66b/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list