From 734f1b47a2901dc23673efb0846eeeade911087a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 14 Aug 2024 00:13:46 +0100 Subject: [PATCH] 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: --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ed26d2e32d..11379e4359 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -67,6 +67,7 @@ variables: SIMPLE_BUILD: >- ${DEFAULT_MESON_ARGS} -Dsharp=enabled + -Dgstreamer-sharp:werror=false -Ddoc=disabled workflow: