[Git][haskell-team/DHG_packages][master] haskell-xml-conduit: don't run tests on s390x, they hangs
Gianfranco Costamagna
gitlab at salsa.debian.org
Fri Sep 27 12:23:05 BST 2019
Gianfranco Costamagna pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
84f13158 by Gianfranco Costamagna at 2019-09-27T11:22:30Z
haskell-xml-conduit: don't run tests on s390x, they hangs
- - - - -
2 changed files:
- p/haskell-xml-conduit/debian/changelog
- p/haskell-xml-conduit/debian/rules
Changes:
=====================================
p/haskell-xml-conduit/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-xml-conduit (1.8.0.1-2) unstable; urgency=medium
+
+ * Disable tests on s390x, they hangs
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org> Fri, 27 Sep 2019 13:21:18 +0200
+
haskell-xml-conduit (1.8.0.1-1) unstable; urgency=medium
* New upstream version.
=====================================
p/haskell-xml-conduit/debian/rules
=====================================
@@ -1,7 +1,11 @@
#!/usr/bin/make -f
ifeq (0,$(shell ghc --info | grep -q 'Have interpreter.*YES'; echo $$?))
-DEB_ENABLE_TESTS = yes
+ifeq (s390x,$(DEB_HOST_ARCH))
+ DEB_ENABLE_TESTS = no
+else
+ DEB_ENABLE_TESTS = yes
+endif
else
DEB_ENABLE_TESTS = no
endif
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/84f1315834f438fac635f569d8ba25671eabcdac
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/84f1315834f438fac635f569d8ba25671eabcdac
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/4b03eabe/attachment.html>
More information about the Pkg-haskell-commits
mailing list