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

Author: Eric Anholt <[email protected]>
Date:   Tue Nov 17 12:06:53 2020 -0800

ci: Enable -Werror in more clover builds.

We've slowly been pushing -Werror through the set of CI builds, and it
looks like clover is clean at the moment.  Keep it that way.

Reviewed-by: Michel Dänzer <[email protected]>
Acked-by: Rob Clark <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7664>

---

 .gitlab-ci.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1081793cda5..779dc2d72e3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -652,6 +652,8 @@ meson-clover-testing:
       -D opencl-spirv=true
     GALLIUM_DRIVERS: "swrast"
     BUILDTYPE: "debugoptimized"
+    EXTRA_OPTION: >
+      -D werror=true
   script:
     - .gitlab-ci/meson-build.sh
     - .gitlab-ci/prepare-artifacts.sh
@@ -887,6 +889,8 @@ meson-clover:
       -D gallium-xa=disabled
       -D gallium-nine=false
       -D gallium-opencl=icd
+    EXTRA_OPTION: >
+      -D werror=true
   script:
     - LLVM_VERSION=8 .gitlab-ci/meson-build.sh
     - LLVM_VERSION=9 .gitlab-ci/meson-build.sh

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to