Bas Couwenberg pushed to branch master at Debian GIS Project / postgis
Commits: 3f3f0311 by Bas Couwenberg at 2020-11-21T08:57:10+01:00 Ignore test failures everywhere except amd64 & i386. - - - - - bae041f6 by Bas Couwenberg at 2020-11-21T08:57:26+01:00 Set distribution to unstable. - - - - - 3 changed files: - debian/changelog - debian/rules - debian/tests/regress Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +postgis (3.0.3+dfsg-2) unstable; urgency=medium + + * Ignore test failures everywhere except amd64 & i386. + + -- Bas Couwenberg <[email protected]> Sat, 21 Nov 2020 08:57:14 +0100 + postgis (3.0.3+dfsg-1) unstable; urgency=medium * New upstream release. ===================================== debian/rules ===================================== @@ -162,7 +162,7 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) # Run unit tests (against the newest Postgres version, first) echo " ### testing $(NEWEST_POSTGRES_VERSION) ###" # Ignore test failure on problematic architectures -ifneq (,$(filter $(DEB_BUILD_ARCH),mips mips64el mipsel s390x alpha hppa hurd-i386 kfreebsd-i386 powerpc ppc64 sparc64)) +ifeq (,$(filter $(DEB_BUILD_ARCH),amd64 i386)) pg_virtualenv -v $(NEWEST_POSTGRES_VERSION) \ make check RUNTESTFLAGS="-v" || echo "Ignoring test failures" else ===================================== debian/tests/regress ===================================== @@ -21,8 +21,8 @@ POSTGIS_GEOS_VERSION="$(dpkg-query -f '${Version}' --show 'libgeos-*.*' | cut -c # Skip tests on problematic architectures ARCH="$(dpkg-architecture -qDEB_BUILD_ARCH)" -if [ "${ARCH}" = "mips" ] || [ "${ARCH}" = "mips64el" ] || [ "${ARCH}" = "mipsel" ] || [ "${ARCH}" = "s390x" ] || [ "${ARCH}" = "alpha" ] || [ "${ARCH}" = "hppa" ] || [ "${ARCH}" = "hurd-i386" ] || [ "${ARCH}" = "kfreebsd-i386" ] || [ "${ARCH}" = "powerpc" ] || [ "${ARCH}" = "ppc64" ] || [ "${ARCH}" = "sparc64" ]; then - echo "Skipping tests on problematic architectures" +if [ "${ARCH}" != "amd64" ] && [ "${ARCH}" != "i386" ]; then + echo "Skipping tests on non-x86 architectures" exit 77 fi View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/compare/e68a0f90e49eea9f9ddba5045c02344c519c36ac...bae041f6b2ef0a4a72677671497c1888125dbf33 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/compare/e68a0f90e49eea9f9ddba5045c02344c519c36ac...bae041f6b2ef0a4a72677671497c1888125dbf33 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
