[Git][haskell-team/DHG_packages][master] mono-traversable: disable tests on 32-bit architectures

Scott Talbert (@swt2c) gitlab at salsa.debian.org
Wed Jul 27 16:11:40 BST 2022



Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
d4961c78 by Scott Talbert at 2022-07-27T11:07:19-04:00
mono-traversable: disable tests on 32-bit architectures

- - - - -


2 changed files:

- p/haskell-mono-traversable/debian/changelog
- p/haskell-mono-traversable/debian/rules


Changes:

=====================================
p/haskell-mono-traversable/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-mono-traversable (1.0.15.3-2) unstable; urgency=medium
+
+  * Disable tests on 32-bit architectures (Closes: #1016026)
+
+ -- Scott Talbert <swt at techie.net>  Wed, 27 Jul 2022 11:01:18 -0400
+
 haskell-mono-traversable (1.0.15.3-1) unstable; urgency=medium
 
   [ Ilias Tsitsimpis ]


=====================================
p/haskell-mono-traversable/debian/rules
=====================================
@@ -1,6 +1,10 @@
 #!/usr/bin/make -f
 
-DEB_ENABLE_TESTS = yes
+ifeq (four,$(shell ghc --info | grep -q 'target word size.*"4"' && echo four))
+	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/d4961c788ae91aa5102ff4ff7a72280867e872b2

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/d4961c788ae91aa5102ff4ff7a72280867e872b2
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/20220727/adab3d9a/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list