[neon/extras/clazy/Neon/release] debian: adjust for clang++-19
Carlos De Maine
null at kde.org
Wed May 28 12:02:48 BST 2025
Git commit 28d5cb413c867e8fcf20eb07f9c1e6f8c27ac679 by Carlos De Maine.
Committed on 28/05/2025 at 11:02.
Pushed by carlosdem into branch 'Neon/release'.
adjust for clang++-19
M +2 -1 debian/rules
https://invent.kde.org/neon/extras/clazy/-/commit/28d5cb413c867e8fcf20eb07f9c1e6f8c27ac679
diff --git a/debian/rules b/debian/rules
index 2b7b11d..ec6c715 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,8 +23,9 @@ ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), armel armhf))
TESTS_EXCLUDED += qt6-header-fixes
endif
+shell echo "$$PATH"
# 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++))++
+CLANGPP=$(shell realpath $$(env PATH=$$(echo "$$PATH" | sed -r -e 's|/usr/lib/ccache/?:||') which clang++-19))++
CLANG_APPLY_REPLACEMENTS=$(shell realpath $$(which clang-apply-replacements))
DPKG_ARCHITECTURE = $(shell dpkg --print-architecture)
More information about the Neon-commits
mailing list