Commit 1507436d authored by Gianfranco Costamagna's avatar Gianfranco Costamagna
Browse files

haskell-aeson: disable tests on mips and mipsel

parent 0a73e8f1
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-aeson (1.4.2.0-5) unstable; urgency=medium

  * Disable tests on mipsel, they fail with ENOMEM

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Sun, 29 Sep 2019 11:04:17 +0200

haskell-aeson (1.4.2.0-4) unstable; urgency=medium

  * Re-enable testsuite.
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ DEB_ENABLE_TESTS = yes
#  -- Dejan Latinovic <Dejan.Latinovic@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