[Git][haskell-team/DHG_packages][master] haskell-http-types: disable tests on s390x, they hangs
Gianfranco Costamagna
gitlab at salsa.debian.org
Fri Sep 27 11:51:20 BST 2019
Gianfranco Costamagna pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
3a766e7a by Gianfranco Costamagna at 2019-09-27T10:50:57Z
haskell-http-types: disable tests on s390x, they hangs
- - - - -
2 changed files:
- p/haskell-http-types/debian/changelog
- p/haskell-http-types/debian/rules
Changes:
=====================================
p/haskell-http-types/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-http-types (0.12.3-2) unstable; urgency=medium
+
+ * Disable testsuite on s390x
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org> Fri, 27 Sep 2019 12:49:56 +0200
+
haskell-http-types (0.12.3-1) unstable; urgency=medium
* New upstream release
=====================================
p/haskell-http-types/debian/rules
=====================================
@@ -1,6 +1,10 @@
#!/usr/bin/make -f
-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/3a766e7ab6a267c0d9b74b87a8281af7dd53ebb6
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/3a766e7ab6a267c0d9b74b87a8281af7dd53ebb6
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/5e4a1469/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list