Bas Couwenberg pushed to branch master at Debian GIS Project / sfcgal
Commits: 8f470a5f by Bas Couwenberg at 2018-07-01T22:42:57+02:00 Skip tests on riscv64, sparc64, x32 too. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +sfcgal (1.3.5-5) UNRELEASED; urgency=medium + + * Skip tests on riscv64, sparc64, x32 too. + + -- Bas Couwenberg <[email protected]> Sun, 01 Jul 2018 22:42:15 +0200 + sfcgal (1.3.5-4) unstable; urgency=medium * Ignore test failures on mips64el too. ===================================== debian/rules ===================================== --- a/debian/rules +++ b/debian/rules @@ -32,7 +32,7 @@ override_dh_auto_configure: -DSFCGAL_WITH_OSG=ON override_dh_auto_test: -ifneq (,$(findstring $(DEB_BUILD_ARCH),"alpha i386 kfreebsd-i386 hurd-i386")) +ifneq (,$(findstring $(DEB_BUILD_ARCH),"i386 alpha hurd-i386 kfreebsd-i386 riscv64 sparc64 x32")) # Skip tests else ifneq (,$(findstring $(DEB_BUILD_ARCH),"mips mips64el mipsel")) dh_auto_test || echo "Ignoring test failures" View it on GitLab: https://salsa.debian.org/debian-gis-team/sfcgal/commit/8f470a5fb38aecf34be525dc78101f26f413ff6f -- View it on GitLab: https://salsa.debian.org/debian-gis-team/sfcgal/commit/8f470a5fb38aecf34be525dc78101f26f413ff6f 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
