gitlab: enable gst-plugins-rs in build fedora jobs
authorGuillaume Desmottes <guillaume.desmottes@collabora.com>
Thu, 2 Jan 2020 08:33:54 +0000 (14:03 +0530)
committerGuillaume Desmottes <guillaume.desmottes@collabora.com>
Mon, 13 Jan 2020 03:45:11 +0000 (09:15 +0530)
gitlab/ci_template.yml

index 4666e82..8735f54 100644 (file)
@@ -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"