summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStéphane Cerveau <scerveau@collabora.com>2021-04-29 14:19:57 +0200
committerStéphane Cerveau <scerveau@collabora.com>2021-04-30 12:01:40 +0200
commit89050a82223a6d7ce5bb888d969b54a104942692 (patch)
treeff31d6d583e9da1c85957465a363b2996f545722
parentac6890e50f4e8253a7356e88249fa5e349626c47 (diff)
ci_template: gstreamer-full: enable auto features
Enable auto features for gstreamer-full but disable "introspection" for now. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/402>
-rw-r--r--gitlab/ci_template.yml8
1 files 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)$/'