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:
Florian Müllner 2022-07-08 03:11:02 +02:00 committed by Marge Bot
parent 2b06e1bbad
commit d371c18035

View File

@ -63,7 +63,7 @@ echo Enabling ${CONFIGS[@]}...
./scripts/config ${CONFIGS[@]/#/--enable }
make oldconfig
make -j8
make -j8 WERROR=0
popd