[Git][haskell-team/DHG_packages][master] haskell-token-bucket: disable tests on riscv64, due to timeout issues

Gianfranco Costamagna gitlab at salsa.debian.org
Tue Jul 21 11:39:02 BST 2020



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


Commits:
bfc76811 by Gianfranco Costamagna at 2020-07-21T12:38:35+02:00
haskell-token-bucket: disable tests on riscv64, due to timeout issues

- - - - -


2 changed files:

- p/haskell-token-bucket/debian/changelog
- p/haskell-token-bucket/debian/rules


Changes:

=====================================
p/haskell-token-bucket/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-token-bucket (0.1.0.1-11) UNRELEASED; urgency=medium
+
+  * Disable tests on riscv64, they do timeout
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Tue, 21 Jul 2020 12:38:10 +0200
+
 haskell-token-bucket (0.1.0.1-10) unstable; urgency=medium
 
   * Sourceful upload for GHC 8.8


=====================================
p/haskell-token-bucket/debian/rules
=====================================
@@ -1,8 +1,12 @@
 #!/usr/bin/make -f
 
+include /usr/share/dpkg/default.mk
+
 DEB_CABAL_PACKAGE = token-bucket
 DEB_DEFAULT_COMPILER = ghc
+ifneq ($(DEB_HOST_ARCH),riscv64)
 DEB_ENABLE_TESTS = yes
+endif
 DEB_INSTALL_CHANGELOGS_ALL = changelog.md
 
 include /usr/share/cdbs/1/rules/debhelper.mk



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/bfc768117b2b004c03c0b9379c913979adfd6d01
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/20200721/8d4dd064/attachment.html>


More information about the Pkg-haskell-commits mailing list