[neon/extras/clazy/Neon/release] debian: exclude qt6-header-fixes on armel/armhf

Pino Toscano null at kde.org
Wed Sep 7 22:14:02 BST 2022


Git commit db1f9fe8550894d9e003bcd7d35ffaecd24ae976 by Pino Toscano.
Committed on 11/01/2021 at 08:02.
Pushed by jriddell into branch 'Neon/release'.

exclude qt6-header-fixes on armel/armhf

M  +3    -0    debian/changelog
M  +5    -0    debian/rules

https://invent.kde.org/neon/extras/clazy/commit/db1f9fe8550894d9e003bcd7d35ffaecd24ae976

diff --git a/debian/changelog b/debian/changelog
index 0773931..3ddd405 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
 clazy (1.9-2) UNRELEASED; urgency=medium
 
+  [ Pino Toscano ]
+  * Exclude the qt6-header-fixes check on armel & armhf, as on these
+    architectures there are the OpenGL ES headers that interfere with the test.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 11 Jan 2021 08:56:02 +0100
 
diff --git a/debian/rules b/debian/rules
index 79b9b15..22b4993 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,11 @@ ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), $(archs_that_need_atomic))
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--no-as-needed -latomic -Wl,--as-needed
 endif
 
+# on armel & armhf there are OpenGL ES headers
+ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), armel armhf))
+RUN_TESTS_ARGS += --exclude qt6-header-fixes
+endif
+
 # keep the "++" at the end, to make sure the tool used is the C++ frontend
 CLANGPP=$(shell realpath $$(env PATH=$$(echo "$$PATH" | sed -r -e 's|/usr/lib/ccache/?:||') which clang++))++
 CLANG_APPLY_REPLACEMENTS=$(shell realpath $$(which clang-apply-replacements))



More information about the Neon-commits mailing list