[Git][haskell-team/DHG_packages][master] vector: disable tests on armel, armhf, mips, mips64el, and mipsel

Clint Adams gitlab at salsa.debian.org
Sun Apr 15 22:15:22 BST 2018


Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
d6781cf0 by Clint Adams at 2018-04-15T17:14:54-04:00
vector: disable tests on armel, armhf, mips, mips64el, and mipsel

- - - - -


2 changed files:

- p/haskell-vector/debian/changelog
- p/haskell-vector/debian/rules


Changes:

=====================================
p/haskell-vector/debian/changelog
=====================================
--- a/p/haskell-vector/debian/changelog
+++ b/p/haskell-vector/debian/changelog
@@ -1,3 +1,10 @@
+haskell-vector (0.12.0.1-5) unstable; urgency=medium
+
+  * Disable tests on armel, armhf, mips, mips64el, and mipsel
+    because they are terrible.
+
+ -- Clint Adams <clint at debian.org>  Sun, 15 Apr 2018 17:14:11 -0400
+
 haskell-vector (0.12.0.1-4) unstable; urgency=medium
 
   * Patch for newer base and QuickCheck.


=====================================
p/haskell-vector/debian/rules
=====================================
--- a/p/haskell-vector/debian/rules
+++ b/p/haskell-vector/debian/rules
@@ -1,6 +1,10 @@
 #!/usr/bin/make -f
 
+ifeq (,$(filter $(DEB_BUILD_ARCH),mips mipsel mips64el armel armhf))
 DEB_ENABLE_TESTS = yes
+else
+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/d6781cf0ff82f5aea83466866924a98f565f681e

---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/d6781cf0ff82f5aea83466866924a98f565f681e
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/20180415/a0622ab1/attachment.html>


More information about the Pkg-haskell-commits mailing list