[Git][haskell-team/DHG_packages][master] unordered-containers: Disable tests on 32bit architectures
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Thu Oct 17 11:36:33 BST 2024
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
4a8db52c by Ilias Tsitsimpis at 2024-10-16T21:23:59+03:00
unordered-containers: Disable tests on 32bit architectures
- - - - -
2 changed files:
- p/haskell-unordered-containers/debian/changelog
- p/haskell-unordered-containers/debian/rules
Changes:
=====================================
p/haskell-unordered-containers/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-unordered-containers (0.2.20-3) unstable; urgency=medium
+
+ * Disable tests on 32bit architectures
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 16 Oct 2024 20:27:05 +0300
+
haskell-unordered-containers (0.2.20-2) unstable; urgency=medium
* Disable RTS -N for testsuite
=====================================
p/haskell-unordered-containers/debian/rules
=====================================
@@ -2,5 +2,14 @@
DEB_ENABLE_TESTS := yes
+# Disable tests on 32bit systems.
+# We are doing this since the regression was introduced by
+# a change to the testsuite.
+# Upstream issue:
+# https://github.com/haskell-unordered-containers/unordered-containers/issues/491
+ifeq ($(DEB_HOST_ARCH_BITS), 32)
+ 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/4a8db52c8111741218f6849162a6b29163f776f2
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/4a8db52c8111741218f6849162a6b29163f776f2
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/20241017/1f923fd5/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list