[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible OpenWrt: also use -j1 for better debugging
Holger Levsen (@holger)
gitlab at salsa.debian.org
Fri Oct 15 14:14:42 BST 2021
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
d0853ec4 by Holger Levsen at 2021-10-15T15:14:33+02:00
reproducible OpenWrt: also use -j1 for better debugging
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_openwrt.sh
Changes:
=====================================
bin/reproducible_openwrt.sh
=====================================
@@ -246,7 +246,8 @@ openwrt_build_toolchain() {
echo "$(date -u) - Building the toolchain."
echo "============================================================================="
- OPTIONS=('-j' "$NUM_CPU" 'IGNORE_ERRORS=n m y' 'BUILD_LOG=1' 'V=s')
+ #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')
# 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/d0853ec4712f1210079b7424971291a23405cd02
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/d0853ec4712f1210079b7424971291a23405cd02
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/20211015/f2f85a0e/attachment.htm>
More information about the Qa-jenkins-scm
mailing list