From d1b2d15cb9904423c28c5718a51bc175bcf24b1b Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 17 Nov 2020 12:06:53 -0800 Subject: [PATCH] ci: Enable -Werror in more clover builds. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Acked-by: Rob Clark Part-of: --- .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