osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/dahdi-linux/+/27917 )
Change subject: contrib/jenkins.sh: disable CONFIG_WERROR
......................................................................
contrib/jenkins.sh: disable CONFIG_WERROR
As requested by Harald, do not build with -Werror in jenkins. It had
been made the default in Linux 5.15.
Related: OS#5407
Change-Id: I0ba2e4bfc4b9920796197539f9823a18f446c9cb
---
M contrib/jenkins.sh
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/dahdi-linux refs/changes/17/27917/1
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index eeb3fbc..837a7ee 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -17,6 +17,7 @@
if ! [ -e ".config" ]; then
make "$DEFCONFIG"
+ sed -i 's/CONFIG_WERROR=y/# CONFIG_WERROR is not set/' .config
fi
if [ "arch/x86/configs/$DEFCONFIG" -nt ".config" ]; then
--
To view, visit
https://gerrit.osmocom.org/c/dahdi-linux/+/27917
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: dahdi-linux
Gerrit-Branch: master
Gerrit-Change-Id: I0ba2e4bfc4b9920796197539f9823a18f446c9cb
Gerrit-Change-Number: 27917
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange