[Git][haskell-team/DHG_packages][master] haskell-servant: disable tests on s390x, they hangs

Gianfranco Costamagna gitlab at salsa.debian.org
Fri Sep 27 12:18:11 BST 2019



Gianfranco Costamagna pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
4718bb4c by Gianfranco Costamagna at 2019-09-27T11:17:45Z
haskell-servant: disable tests on s390x, they hangs

- - - - -


2 changed files:

- p/haskell-servant/debian/changelog
- p/haskell-servant/debian/rules


Changes:

=====================================
p/haskell-servant/debian/changelog
=====================================
@@ -1,3 +1,13 @@
+haskell-servant (0.15-3) unstable; urgency=medium
+
+  [ Ilias Tsitsimpis ]
+   * Re-enable doctests on armel, since #839840 has been fixed
+
+  [ Gianfranco Costamagna
+  * Disable tests on s390x, they hangs
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Fri, 27 Sep 2019 13:16:39 +0200
+
 haskell-servant (0.15-2) unstable; urgency=medium
 
   * Add missing build dependency on cabal-doctest.


=====================================
p/haskell-servant/debian/rules
=====================================
@@ -1,6 +1,11 @@
 #!/usr/bin/make -f
 
-DEB_ENABLE_TESTS = yes
+ifeq (s390x,$(DEB_HOST_ARCH))
+	DEB_ENABLE_TESTS = no
+else
+	DEB_ENABLE_TESTS = yes
+endif
+
 DEB_CABAL_PACKAGE = servant
 DEB_DEFAULT_COMPILER = ghc
 



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/4718bb4c6cb1e0aeb743cbd5e199fa211362a2bb

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/4718bb4c6cb1e0aeb743cbd5e199fa211362a2bb
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/1e8543a4/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list