[Git][haskell-team/DHG_packages][master] haskell-lens-aeson: disable tests on s390x, they hangs
Gianfranco Costamagna
gitlab at salsa.debian.org
Fri Sep 27 11:57:59 BST 2019
Gianfranco Costamagna pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
71cc856f by Gianfranco Costamagna at 2019-09-27T10:57:35Z
haskell-lens-aeson: disable tests on s390x, they hangs
- - - - -
2 changed files:
- p/haskell-lens-aeson/debian/changelog
- p/haskell-lens-aeson/debian/rules
Changes:
=====================================
p/haskell-lens-aeson/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-lens-aeson (1.0.2-7) unstable; urgency=medium
+
+ * Disable tests on s390x, they hang
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org> Fri, 27 Sep 2019 12:56:55 +0200
+
haskell-lens-aeson (1.0.2-6) unstable; urgency=medium
* Backport upstream patch to fix failing tests (Closes: #912630)
=====================================
p/haskell-lens-aeson/debian/rules
=====================================
@@ -3,7 +3,11 @@
DEB_CABAL_PACKAGE = lens-aeson
DEB_DEFAULT_COMPILER = ghc
-DEB_ENABLE_TESTS = yes
+ifeq (s390x,$(DEB_HOST_ARCH))
+ DEB_ENABLE_TESTS = no
+else
+ DEB_ENABLE_TESTS = yes
+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/71cc856ff36a1de198a638ba11df782e9179225e
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/71cc856ff36a1de198a638ba11df782e9179225e
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/20190927/8e8d5224/attachment.html>
More information about the Pkg-haskell-commits
mailing list