summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2020-07-09 22:13:33 +0200
committerGard Spreemann <gspr@nonempty.org>2020-07-09 22:13:33 +0200
commit3cabcd4d18424af8140b89d2e26661a0cbb3f6fe (patch)
treeaa52ce1152d28110d63ac1bbb6e85a449f374e2a /debian
parent6b2492fc0f644b2f32ede73e4447d4a3bc9b5980 (diff)
Re-enable build-time tests on s390x.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules3
2 files changed, 7 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 5c53d203..ea5eaa13 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gudhi (3.2.0+dfsg-4) UNRELEASED; urgency=medium
+
+ * Re-enable build-time tests on s390x, no longer failing.
+
+ -- Gard Spreemann <gspr@nonempty.org> Thu, 09 Jul 2020 22:12:29 +0200
+
gudhi (3.2.0+dfsg-3) unstable; urgency=medium
* Enable Wasserstein Python module. (Closes: #949475)
diff --git a/debian/rules b/debian/rules
index 3af8ee83..9c170d2e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,8 +30,7 @@ ifneq (, $(filter $(shell dpkg-architecture --query DEB_BUILD_ARCH),i386 mips mi
endif
# Disable tests on i386 due to rounding problem in some. See upstream GitHub issue #118.
-# Disable tests on s390x, as a few are broken. See #943384.
-ifneq (, $(filter $(shell dpkg-architecture --query DEB_BUILD_ARCH),i386 s390x x32))
+ifneq (, $(filter $(shell dpkg-architecture --query DEB_BUILD_ARCH),i386 x32))
export DEB_BUILD_MAINT_OPTIONS := $(DEB_BUILD_MAINT_OPTIONS) nocheck
endif