[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] OpenWrt: build packages with V=s to enable debugging
Holger Levsen (@holger)
gitlab at salsa.debian.org
Tue Jan 17 20:37:44 GMT 2023
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
e8db59c3 by Christian Marangi at 2023-01-17T21:36:53+01:00
OpenWrt: build packages with V=s to enable debugging
Add V=s also for openwrt_compile make options to enable debugging.
Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
- - - - -
1 changed file:
- bin/reproducible_openwrt.sh
Changes:
=====================================
bin/reproducible_openwrt.sh
=====================================
@@ -290,7 +290,8 @@ openwrt_compile() {
local RUN=$1
local TARGET=$2
- 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' "$NUM_CPU" 'IGNORE_ERRORS=n m y' 'BUILD_LOG=1' 'V=s')
# make $RUN more human readable
[ "$RUN" = "b1" ] && RUN="first"
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/e8db59c3a5f05d2aede19e49c4a1159a92a03f0f
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/e8db59c3a5f05d2aede19e49c4a1159a92a03f0f
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/20230117/2ac9db3c/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list