ci: Split up -Werror workarounds for debian-mingw32-x86_64 job
authorMichel Dänzer <mdaenzer@redhat.com>
Tue, 7 Mar 2023 16:24:46 +0000 (17:24 +0100)
committerMarge Bot <emma+marge@anholt.net>
Fri, 17 Mar 2023 16:08:33 +0000 (16:08 +0000)
Most of them are only needed for C++ code, one of them only for C.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21781>

.gitlab-ci/build/gitlab-ci.yml

index 930283f..5af7d53 100644 (file)
@@ -661,12 +661,13 @@ debian-ppc64el:
     UNWIND: "disabled"
     C_ARGS: >
       -Wno-error=format
+      -Wno-error=unused-but-set-variable
+    CPP_ARGS: >
+      -Wno-error=format
       -Wno-error=unused-function
       -Wno-error=unused-variable
-      -Wno-error=unused-but-set-variable
       -Wno-error=sign-compare
       -Wno-error=narrowing
-    CPP_ARGS: $C_ARGS
     GALLIUM_DRIVERS: "swrast,d3d12,zink"
     VULKAN_DRIVERS: "swrast,amd,microsoft-experimental"
     GALLIUM_ST: >