From 6c99de98eca60daf40f10291637475c03d8183b7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michel=20D=C3=A4nzer?= Date: Sat, 23 May 2020 16:07:53 +0200 Subject: [PATCH] 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: --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) 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" -- 2.30.2