[Git][debian-gis-team/postgis][experimental] Skip tests on arm64 & ppc64el too.

Bas Couwenberg gitlab at salsa.debian.org
Thu Jul 5 15:06:36 BST 2018


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 <sebastic at debian.org>  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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20180705/2252969c/attachment-0001.html>


More information about the Pkg-grass-devel mailing list