From 89050a82223a6d7ce5bb888d969b54a104942692 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Cerveau?= Date: Thu, 29 Apr 2021 14:19:57 +0200 Subject: [PATCH] ci_template: gstreamer-full: enable auto features Enable auto features for gstreamer-full but disable "introspection" for now. Part-of: --- gitlab/ci_template.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index c19e7b8..f9c8c3e 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -634,16 +634,16 @@ integration testsuites fedora: rules: - if: '$CI_PROJECT_NAME !~ /^(cerbero|gst-docs|gst-examples|gst-omx|gstreamer-sharp|gst-plugins-rs)$/' -# gstreamer-full +# gstreamer-full: +# introspection has been disabled as the static build does not support it. +# See https://gitlab.freedesktop.org/gstreamer/gst-build/-/issues/162 gstreamer-full: extends: 'build static fedora x86_64' stage: integrate variables: MESON_ARGS: > --default-library=static - -Dauto_features=disabled - -Dgstreamer:check=enabled - -Dtests=enabled + -Dintrospection=disabled $MESON_GST_WERROR rules: - if: '$CI_PROJECT_NAME =~ /^(gst-build|gst-ci)$/' -- 2.7.4