[neon/qt/qtwebengine/Neon/release] debian: build without ubuntu restriction to -j2
Jonathan Esk-Riddell
null at kde.org
Wed Oct 12 10:17:15 BST 2022
Git commit dcedd76de6b2f5c8893e7cdf0bf8d204c2438706 by Jonathan Esk-Riddell.
Committed on 12/10/2022 at 09:17.
Pushed by jriddell into branch 'Neon/release'.
build without ubuntu restriction to -j2
M +0 -7 debian/rules
https://invent.kde.org/neon/qt/qtwebengine/commit/dcedd76de6b2f5c8893e7cdf0bf8d204c2438706
diff --git a/debian/rules b/debian/rules
index d2ff01f..114b5ac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,13 +25,6 @@ ifneq (,$(PARALLEL_OPTION))
export NINJAJOBS = -j$(NUMJOBS)
endif
-ifeq (yes,$(shell dpkg-vendor --derives-from Ubuntu && echo yes))
-ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64))
- export NINJAJOBS = -j2
-endif
-endif
-
-
gstab_architectures :=
fulldebug_architectures :=
More information about the Neon-commits
mailing list