[Git][haskell-team/DHG_packages][master] haskell-semigroupoids: disable tests on s390x, they hangs
Gianfranco Costamagna
gitlab at salsa.debian.org
Fri Sep 27 12:15:39 BST 2019
Gianfranco Costamagna pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
4daba1c5 by Gianfranco Costamagna at 2019-09-27T11:15:10Z
haskell-semigroupoids: disable tests on s390x, they hangs
- - - - -
2 changed files:
- p/haskell-semigroupoids/debian/changelog
- p/haskell-semigroupoids/debian/rules
Changes:
=====================================
p/haskell-semigroupoids/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-semigroupoids (5.3.2-2) unstable; urgency=medium
+
+ * Disable testsuite on s390x
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org> Fri, 27 Sep 2019 13:13:35 +0200
+
haskell-semigroupoids (5.3.2-1) unstable; urgency=medium
* New upstream version.
=====================================
p/haskell-semigroupoids/debian/rules
=====================================
@@ -3,6 +3,9 @@
ifneq (armel,$(DEB_HOST_ARCH))
DEB_ENABLE_TESTS = yes
endif
+ifeq (s390x,$(DEB_HOST_ARCH))
+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/4daba1c544c2762e79ec44c32dd8096eff16e9b7
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/4daba1c544c2762e79ec44c32dd8096eff16e9b7
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/e10a78b7/attachment.html>
More information about the Pkg-haskell-commits
mailing list