Bas Couwenberg pushed to branch experimental at Debian GIS Project / postgis
Commits: a81605a8 by Bas Couwenberg at 2018-07-05T16:06:26+02:00 Skip tests on arm64 & ppc64el too. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ postgis (2.5.0~beta1+dfsg-1~exp2) UNRELEASED; urgency=medium * Bump Standards-Version to 4.1.5, no changes. + * Skip tests on arm64 & ppc64el too. -- Bas Couwenberg <[email protected]> Thu, 05 Jul 2018 10:52:41 +0200 ===================================== debian/rules ===================================== --- a/debian/rules +++ b/debian/rules @@ -54,14 +54,8 @@ ifneq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) CHECK = endif -# Hurd doesn't implement semaphores; skip regress tests -# mipsel has persisent buildd issues, skip tests too. -# armel has no sfcgal support, and fails interrupt_buffer test. -# kfreebsd-i386, mips64el & sparc64 are not a release architectures. -# hppa (and mips*) fails the tickets and wkb tests because of different NaN representations. -# ppc64 fails to change owner and permissions of the virtualenv -# alpha has issues with the sfcgal support -ifneq (,$(findstring $(DEB_BUILD_ARCH),"hurd-i386 mipsel armel hppa kfreebsd-i386 mips64el ppc64 alpha sparc64 s390x powerpc")) +# Skip tests on problematic architectures +ifneq (,$(findstring $(DEB_BUILD_ARCH),"arm64 armel armhf mips mips64el mipsel ppc64el s390x alpha hppa hurd-i386 kfreebsd-i386 powerpc ppc64 sparc64")) CHECK = endif View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/commit/a81605a8ef04c0e74fa5aaf17ca6d3905c36d1e4 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/commit/a81605a8ef04c0e74fa5aaf17ca6d3905c36d1e4 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
