From b679469facbac511c9c71fdb8ae6f6a7daff43cb Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Thu, 18 May 2023 22:48:03 +1000 Subject: [PATCH] ci: disable libnice's gupnp support There is a race somewhere in gupnp that is hard to track down and requires very specific reproduction scenario. Disable for now. Fixes: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/issues/1348 Part-of: --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1c18a67046..463b5cc945 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,6 +43,7 @@ variables: DEFAULT_MESON_ARGS: > -Dlibnice:tests=disabled -Dlibnice:examples=disabled + -Dlibnice:gupnp=disabled -Dopenh264:tests=disabled -Dpygobject:tests=false -Dpython=enabled