ci: disable -Werror for gstreamer-sharp for the time being

Generated files trigger compiler warnings, needs to be
investigated where/how to best fix those.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7326>
This commit is contained in:
Tim-Philipp Müller 2024-08-14 00:13:46 +01:00 committed by GStreamer Marge Bot
parent a92ea884ef
commit 734f1b47a2

View file

@ -67,6 +67,7 @@ variables:
SIMPLE_BUILD: >-
${DEFAULT_MESON_ARGS}
-Dsharp=enabled
-Dgstreamer-sharp:werror=false
-Ddoc=disabled
workflow: