ci: disable bogus GCC warning with -Warray-bounds
Reported: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109744 Signed-off-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21977>
This commit is contained in:
@@ -436,6 +436,9 @@ debian-arm64:
|
|||||||
- .meson-arm
|
- .meson-arm
|
||||||
- .ci-deqp-artifacts
|
- .ci-deqp-artifacts
|
||||||
variables:
|
variables:
|
||||||
|
C_ARGS: >
|
||||||
|
-Wno-error=array-bounds
|
||||||
|
-Wno-error=stringop-truncation
|
||||||
VULKAN_DRIVERS: "freedreno,broadcom,panfrost,imagination-experimental"
|
VULKAN_DRIVERS: "freedreno,broadcom,panfrost,imagination-experimental"
|
||||||
EXTRA_OPTION: >
|
EXTRA_OPTION: >
|
||||||
-D llvm=disabled
|
-D llvm=disabled
|
||||||
@@ -478,6 +481,7 @@ debian-arm64-release:
|
|||||||
BUILDTYPE: release
|
BUILDTYPE: release
|
||||||
MINIO_ARTIFACT_NAME: mesa-arm64-${BUILDTYPE}
|
MINIO_ARTIFACT_NAME: mesa-arm64-${BUILDTYPE}
|
||||||
C_ARGS: >
|
C_ARGS: >
|
||||||
|
-Wno-error=array-bounds
|
||||||
-Wno-error=stringop-truncation
|
-Wno-error=stringop-truncation
|
||||||
script:
|
script:
|
||||||
- .gitlab-ci/meson/build.sh
|
- .gitlab-ci/meson/build.sh
|
||||||
|
Reference in New Issue
Block a user