From 8e1b1c43c75c4ebb273f08b7136f145dcf6dc48a Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 2 Jan 2020 14:03:54 +0530 Subject: [PATCH] gitlab: enable gst-plugins-rs in build fedora jobs --- gitlab/ci_template.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index 4666e82403..8735f54c6e 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -135,7 +135,7 @@ build fedora x86_64: stage: 'build' image: $FEDORA_IMAGE variables: - MESON_ARGS: "${DEFAULT_MESON_ARGS} -Dsharp=enabled -Domx=enabled -Dgst-omx:target=generic -Ddoc=enabled -Drs=disabled ${MESON_BUILDTYPE_ARGS} --werror" + MESON_ARGS: "${DEFAULT_MESON_ARGS} -Dsharp=enabled -Domx=enabled -Dgst-omx:target=generic -Ddoc=enabled -Drs=enabled ${MESON_BUILDTYPE_ARGS} --werror" artifacts: expire_in: '5 days' when: always @@ -151,7 +151,7 @@ build nodebug fedora x86_64: stage: 'build' image: $FEDORA_IMAGE variables: - MESON_ARGS: "${DEFAULT_MESON_ARGS} -Dsharp=enabled -Dgstreamer:gst_debug=false -Domx=enabled -Dgst-omx:target=generic -Drs=disabled ${MESON_BUILDTYPE_ARGS} --werror" + MESON_ARGS: "${DEFAULT_MESON_ARGS} -Dsharp=enabled -Dgstreamer:gst_debug=false -Domx=enabled -Dgst-omx:target=generic -Drs=enabled ${MESON_BUILDTYPE_ARGS} --werror" except: variables: - $CI_PROJECT_NAME == "cerbero"