Mesa (master): gitlab-ci: Enable -Werror in `meson-s390x` job

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon May 25 09:03:05 UTC 2020


Module: Mesa
Branch: master
Commit: 6c99de98eca60daf40f10291637475c03d8183b7
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6c99de98eca60daf40f10291637475c03d8183b7

Author: Michel Dänzer <mdaenzer at redhat.com>
Date:   Sat May 23 16:07:53 2020 +0200

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 at engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5185>

---

 .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"
 



More information about the mesa-commit mailing list