[Git][haskell-team/DHG_packages][master] haskell-aeson: disable tests on mips and mipsel

Gianfranco Costamagna gitlab at salsa.debian.org
Sun Sep 29 10:05:39 BST 2019



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


Commits:
1507436d by Gianfranco Costamagna at 2019-09-29T09:05:09Z
haskell-aeson: disable tests on mips and mipsel

- - - - -


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 (1.4.2.0-5) unstable; urgency=medium
+
+  * Disable tests on mipsel, they fail with ENOMEM
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Sun, 29 Sep 2019 11:04:17 +0200
+
 haskell-aeson (1.4.2.0-4) unstable; urgency=medium
 
   * Re-enable testsuite.


=====================================
p/haskell-aeson/debian/rules
=====================================
@@ -17,6 +17,7 @@ DEB_ENABLE_TESTS = yes
 #  -- Dejan Latinovic <Dejan.Latinovic at imgtec.com>
 ifneq (,$(filter $(DEB_BUILD_ARCH),mips mipsel))
 	DEB_SETUP_GHC_CONFIGURE_ARGS += --ghc-options="-optc--param -optcggc-min-expand=10"
+	DEB_ENABLE_TESTS = no
 endif
 
 include /usr/share/cdbs/1/rules/debhelper.mk



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/1507436debe65586a8bce409424cbb31bd18251c
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/20190929/4fc2c5ff/attachment.html>


More information about the Pkg-haskell-commits mailing list