[neon/qt6/qt6-webengine/Neon/release] debian: #set it in the jenkins amd64 config to be a 48core_amd64 builder
Carlos De Maine
null at kde.org
Thu Jul 10 06:46:03 BST 2025
Git commit 6ee90c8962940f6cc40a452b554c9ccb8235651d by Carlos De Maine.
Committed on 10/07/2025 at 05:45.
Pushed by carlosdem into branch 'Neon/release'.
#set it in the jenkins amd64 config to be a 48core_amd64 builder
M +2 -1 debian/rules
https://invent.kde.org/neon/qt6/qt6-webengine/-/commit/6ee90c8962940f6cc40a452b554c9ccb8235651d
diff --git a/debian/rules b/debian/rules
index 9dbcdbe..2953b39 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,8 @@
include /usr/share/dpkg/architecture.mk
export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=+lto
-export DEB_BUILD_OPTIONS = parallel=28
+#set it in the jenkins amd64 config to be a 48core_amd64 builder
+#export DEB_BUILD_OPTIONS = parallel=48
export DH_VERBOSE = 1
PARALLEL_OPTION = $(filter parallel=%,$(DEB_BUILD_OPTIONS))
More information about the Neon-commits
mailing list