Skip to content

Commit 4a41313

Browse files
committed
ci: build: Never treat warnings as errors
x86 default defconfig sets WERROR, ensure we always unset it. Signed-off-by: Jorge Marques <jorge.marques@analog.com>
1 parent eb1df52 commit 4a41313

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -927,6 +927,9 @@ auto_set_kconfig() {
927927
sed -i "s/^$i=m/$i=y/" .config
928928
done
929929

930+
# We collect warnings and assert as the last ci step.
931+
scripts/config -d WERROR
932+
930933
return 0
931934
}
932935

0 commit comments

Comments
 (0)