From: Michel Dänzer Date: Sat, 23 May 2020 14:07:53 +0000 (+0200) Subject: gitlab-ci: Enable -Werror in `meson-s390x` job X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6c99de98eca60daf40f10291637475c03d8183b7;p=mesa.git 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 Part-of: --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 573c106a168..85c390de996 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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"