[Git][debian-gis-team/sfcgal][master] Skip tests on architectures where they time out or fail to link.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Wed Nov 1 08:15:30 GMT 2023
Bas Couwenberg pushed to branch master at Debian GIS Project / sfcgal
Commits:
67ccd941 by Bas Couwenberg at 2023-11-01T09:11:44+01:00
Skip tests on architectures where they time out or fail to link.
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+sfcgal (1.5.0-1~exp2) UNRELEASED; urgency=medium
+
+ * Skip tests on architectures where they time out or fail to link.
+
+ -- Bas Couwenberg <sebastic at debian.org> Wed, 01 Nov 2023 09:11:04 +0100
+
sfcgal (1.5.0-1~exp1) experimental; urgency=medium
* New upstream release.
=====================================
debian/rules
=====================================
@@ -28,7 +28,11 @@ override_dh_auto_configure:
-DSFCGAL_BUILD_TESTS=ON
override_dh_auto_test:
+ifneq (,$(filter $(DEB_BUILD_ARCH),s390x m68k powerpc ppc64))
+ # Skip tests
+else
dh_auto_test || echo "Ignoring test failures"
+endif
execute_before_dh_install:
# removing embedded rpath in binaries
View it on GitLab: https://salsa.debian.org/debian-gis-team/sfcgal/-/commit/67ccd9412bc6b8cc13cd36b56078fdf503240c81
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/sfcgal/-/commit/67ccd9412bc6b8cc13cd36b56078fdf503240c81
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/20231101/7c52c466/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list