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

Gianfranco Costamagna gitlab at salsa.debian.org
Sat Sep 28 06:53:07 BST 2019



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


Commits:
0a73e8f1 by Gianfranco Costamagna at 2019-09-28T05:52:40Z
haskell-servant-server: disable tests on s390x, they hangs

- - - - -


2 changed files:

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


Changes:

=====================================
p/haskell-servant-server/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-servant-server (0.15-2) unstable; urgency=medium
+
+  * Disable tests on s390x, they hang
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Sat, 28 Sep 2019 07:50:47 +0200
+
 haskell-servant-server (0.15-1) unstable; urgency=medium
 
   * New upstream version.


=====================================
p/haskell-servant-server/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-server
 DEB_DEFAULT_COMPILER = ghc
 



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/0a73e8f1a647a6d83f846b2f2cfad3c08eacd0be
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/20190928/672e37ea/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list