[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] openwrt: less verbose during toolchain build

Holger Levsen (@holger) gitlab at salsa.debian.org
Fri Apr 8 09:33:24 BST 2022



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
3c291f1b by Paul Spooren at 2022-04-08T10:33:17+02:00
openwrt: less verbose during toolchain build

Printing everything during the toolchain build slows down the build
since it uses only a single core and also overloads Jenkins with a flood
of shell output. Since build logs are stored, speed things up.

Signed-off-by: Paul Spooren <mail at aparcar.org>
Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/reproducible_openwrt.sh


Changes:

=====================================
bin/reproducible_openwrt.sh
=====================================
@@ -271,9 +271,9 @@ openwrt_build_toolchain() {
 	echo "$(date -u) - Building the toolchain."
 	echo "============================================================================="
 
-	#OPTIONS=('-j' "$NUM_CPU" 'IGNORE_ERRORS=n m y' 'BUILD_LOG=1')
+	OPTIONS=('-j' "$NUM_CPU" 'IGNORE_ERRORS=n m y' 'BUILD_LOG=1')
 	#OPTIONS=('-j' "1" 'IGNORE_ERRORS=n m y' 'BUILD_LOG=1' 'V=s')
-	OPTIONS=('-j' "1" 'IGNORE_ERRORS=n m y' 'BUILD_LOG=1' 'V=99')
+	#OPTIONS=('-j' "1" 'IGNORE_ERRORS=n m y' 'BUILD_LOG=1' 'V=99')
 
 	# cmake/compile fails because of a missing ninja. but only on the jenkins nodes :P.
 	# i couldn't reproduce it on my machine.



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/3c291f1bc7f1526f6fb2bad82dc3deb987bf893e

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/3c291f1bc7f1526f6fb2bad82dc3deb987bf893e
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20220408/daaa2e03/attachment.htm>


More information about the Qa-jenkins-scm mailing list