[neon/qt6/pyside6/Neon/release] debian: [ci-skip] Reuse previous build instead of building everytime

Anupam Basak null at kde.org
Fri Jun 30 13:09:38 BST 2023


Git commit 2858f08115a905097785d26f0568ae5d6b33f3f3 by Anupam Basak.
Committed on 30/06/2023 at 12:09.
Pushed by anupambasak into branch 'Neon/release'.

[ci-skip] Reuse previous build instead of building everytime

M  +1    -1    debian/rules

https://invent.kde.org/neon/qt6/pyside6/-/commit/2858f08115a905097785d26f0568ae5d6b33f3f3

diff --git a/debian/rules b/debian/rules
index 647954a..0596c10 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ include /usr/share/dpkg/default.mk
 
 export PYBUILD_NAME=pyside6
 export PYBUILD_SYSTEM=distutils
-export PYBUILD_BUILD_ARGS=--relwithdebinfo --verbose --build-tests --doc-build-online --ignore-git --qtpaths=/usr/lib/qt6/bin/qtpaths6 $(OPTION_JOBS)
+export PYBUILD_BUILD_ARGS=--relwithdebinfo --verbose --build-tests --doc-build-online --ignore-git --qtpaths=/usr/lib/qt6/bin/qtpaths6 --reuse-build $(OPTION_JOBS)
 
 export MAIN_VERSION_UPSTREAM := $(shell echo $(DEB_VERSION_UPSTREAM))
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all


More information about the Neon-commits mailing list