ci: do not fail when SHA1 impl. produce stringop-overreads warning
authorDavid Heidelberg <david.heidelberg@collabora.com>
Mon, 22 May 2023 11:29:23 +0000 (13:29 +0200)
committerDavid Heidelberg <david.heidelberg@collabora.com>
Thu, 25 May 2023 14:06:53 +0000 (16:06 +0200)
When SHA1 gets purged from Mesa, drop the override.

Signed-off-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21977>

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

index 5b8acb8..77cbfa2 100644 (file)
@@ -209,6 +209,8 @@ debian-release:
   variables:
     LLVM_VERSION: 15
     UNWIND: "enabled"
+    C_ARGS: >
+      -Wno-error=stringop-overread
     DRI_LOADERS: >
       -D glx=dri
       -D gbm=enabled
@@ -483,6 +485,7 @@ debian-arm64-release:
     C_ARGS: >
       -Wno-error=array-bounds
       -Wno-error=stringop-truncation
+      -Wno-error=stringop-overread
   script:
     - .gitlab-ci/meson/build.sh
     - 'if [ -n "$MESA_CI_PERFORMANCE_ENABLED" ]; then .gitlab-ci/prepare-artifacts.sh; fi'