[Git][debian-gis-team/sfcgal][master] Remove mips64el from dh_auto_test override.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Sun Aug 24 19:12:58 BST 2025
Bas Couwenberg pushed to branch master at Debian GIS Project / sfcgal
Commits:
91bac869 by Bas Couwenberg at 2025-08-24T20:12:50+02:00
Remove mips64el from dh_auto_test override.
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
@@ -10,7 +10,7 @@ UPSTREAM_VERSION=$(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/\+.*//')
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
# reduce debug info to fix FTBFS on archs with few address space
-ifneq (,$(filter $(DEB_HOST_ARCH),arm64 armhf mips mipsel ppc64el))
+ifneq (,$(filter $(DEB_HOST_ARCH),arm64 armhf ppc64el))
CMAKECXXFLAGS="-DCMAKE_CXX_FLAGS_RELWITHDEBINFO=' -O2 -g1 -DNDEBUG'"
endif
@@ -30,7 +30,7 @@ override_dh_auto_configure:
override_dh_auto_test:
ifneq (,$(filter $(DEB_BUILD_ARCH),s390x hppa m68k powerpc ppc64 sparc64))
# Skip tests
-else ifneq (,$(filter $(DEB_BUILD_ARCH),arm64 mips64el ppc64el hurd-i386 loong64))
+else ifneq (,$(filter $(DEB_BUILD_ARCH),arm64 ppc64el hurd-i386 loong64))
dh_auto_test || echo "Ignoring test failures"
else
dh_auto_test
View it on GitLab: https://salsa.debian.org/debian-gis-team/sfcgal/-/commit/91bac869c187851e94f490c2b84194a3135ef622
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/sfcgal/-/commit/91bac869c187851e94f490c2b84194a3135ef622
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/20250824/b5fc103a/attachment.htm>
More information about the Pkg-grass-devel
mailing list