mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-23 10:14:13 +08:00
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:
parent
b3c0f82841
commit
6c99de98ec
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user