Bas Couwenberg pushed to branch experimental at Debian GIS Project / postgis
Commits: b5f6f500 by Bas Couwenberg at 2025-08-26T04:25:55+02:00 Ignore test failures on ppc64el. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +postgis (3.6.0~rc2+dfsg-1~exp2) UNRELEASED; urgency=medium + + * Ignore test failures on ppc64el. + + -- Bas Couwenberg <[email protected]> Tue, 26 Aug 2025 04:25:45 +0200 + postgis (3.6.0~rc2+dfsg-1~exp1) experimental; urgency=medium * New upstream release candidate. ===================================== debian/rules ===================================== @@ -18,7 +18,7 @@ include /usr/share/dpkg/pkg-info.mk include /usr/share/postgresql-common/pgxs_debian_control.mk # Ignore testsuite failures on these architectures -IGNORE_TEST_FAILURE_ARCHS = s390x alpha ppc64 sparc64 +IGNORE_TEST_FAILURE_ARCHS = ppc64el s390x alpha ppc64 sparc64 ifneq (,$(filter $(DEB_BUILD_ARCH),$(IGNORE_TEST_FAILURE_ARCHS))) TEST_FAIL_COMMAND = echo "Ignoring test failures" else View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/commit/b5f6f5000051acaa93e1d3921a4d117bfab175fe -- View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/commit/b5f6f5000051acaa93e1d3921a4d117bfab175fe You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
