From: Eric Anholt Date: Tue, 17 Nov 2020 20:06:53 +0000 (-0800) Subject: ci: Enable -Werror in more clover builds. X-Git-Tag: upstream/21.0.0~2375 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d1b2d15cb9904423c28c5718a51bc175bcf24b1b;p=platform%2Fupstream%2Fmesa.git 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 Acked-by: Rob Clark Part-of: --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1081793..779dc2d 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