tests/kvm: Disable -Werror when building kernel image
We aren't kernel developers, and we won't fix any new warnings that appear after a compiler update, in particular when building a CI image. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2430>
This commit is contained in:
parent
2b06e1bbad
commit
d371c18035
@ -63,7 +63,7 @@ echo Enabling ${CONFIGS[@]}...
|
||||
./scripts/config ${CONFIGS[@]/#/--enable }
|
||||
|
||||
make oldconfig
|
||||
make -j8
|
||||
make -j8 WERROR=0
|
||||
|
||||
popd
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user