ci/build: Remove CPP_ARGS var duplication
This variable appeared twice in debian-testing-msan, removing the first one because it is probably being overridden by the second one. Signed-off-by: Guilherme Gallo <guilherme.gallo@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35251>
This commit is contained in:
committed by
Marge Bot
parent
0a63e324a5
commit
05c2c748db
@@ -156,11 +156,6 @@ debian-x86_64-msan:
|
||||
- .meson-build-only
|
||||
- .build-run-long
|
||||
variables:
|
||||
CPP_ARGS: >
|
||||
-Wno-error=c99-designator
|
||||
-Wno-error=overloaded-virtual
|
||||
-Wno-error=tautological-constant-out-of-range-compare
|
||||
-Wno-error=unused-private-field
|
||||
# l_undef is incompatible with msan
|
||||
EXTRA_OPTION:
|
||||
-D b_sanitize=memory
|
||||
|
||||
Reference in New Issue
Block a user