[Git][debian-gis-team/geos][experimental] Ignore test failures on riscv64 too.
Bas Couwenberg
gitlab at salsa.debian.org
Mon Jun 18 12:39:51 BST 2018
Bas Couwenberg pushed to branch experimental at Debian GIS Project / geos
Commits:
ae37de66 by Bas Couwenberg at 2018-06-18T13:39:38+02:00
Ignore test failures on riscv64 too.
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
geos (3.7.0~alpha-1~exp2) UNRELEASED; urgency=medium
* Update geos-config patch to not use pre-release in library name.
+ * Ignore test failures on riscv64 too.
-- Bas Couwenberg <sebastic at debian.org> Thu, 14 Jun 2018 14:11:18 +0200
=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -53,7 +53,7 @@ override_dh_auto_build-indep:
override_dh_auto_test:
# Ignore test failures on problematic architectures only
-ifneq (,$(findstring $(DEB_BUILD_ARCH),"arm64 armel armhf mips mips64el mipsel ppc64el s390x ia64 powerpc ppc64"))
+ifneq (,$(findstring $(DEB_BUILD_ARCH),"arm64 armel armhf mips mips64el mipsel ppc64el s390x ia64 powerpc ppc64 riscv64"))
dh_auto_test || echo "Ignoring test failures"
else
dh_auto_test
View it on GitLab: https://salsa.debian.org/debian-gis-team/geos/commit/ae37de66803be1b93445a81c9b094dc67e28d7e5
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/geos/commit/ae37de66803be1b93445a81c9b094dc67e28d7e5
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-grass-devel/attachments/20180618/688561a0/attachment.html>
More information about the Pkg-grass-devel
mailing list