gitlab-ci: Enable -Werror in meson-s390x job

It's warning-clean.

v2:
* Prevent -Werror from being enabled in `meson-ppc64le` job as well

Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5185>
This commit is contained in:
Michel Dänzer 2020-05-23 16:07:53 +02:00 committed by Marge Bot
parent b3c0f82841
commit 6c99de98ec

View File

@ -562,6 +562,8 @@ meson-s390x:
- kvm
variables:
CROSS: s390x
EXTRA_OPTION: >
-D werror=true
GALLIUM_DRIVERS: "swrast"
script:
# For unknown reasons "too many" installed i386 libraries cause qemu to
@ -576,6 +578,7 @@ meson-ppc64el:
- meson-s390x
variables:
CROSS: ppc64el
EXTRA_OPTION: ""
GALLIUM_DRIVERS: "nouveau,radeonsi,swrast,virgl"
VULKAN_DRIVERS: "amd"