ci: disable Rust jobs for now

They are not reliable enough (#53) and generated artifacts are too big (#61)
so disable them until those issues are solved.

Fix https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/issues/97
This commit is contained in:
Guillaume Desmottes 2020-03-18 08:57:12 +01:00
parent 21584e4610
commit bbc624175d

View file

@ -901,19 +901,3 @@ build gst-omx tizonia fedora x86_64:
- ninja -C build
- ninja -C build install
- cd ..
build rust fedora x86_64:
extends: 'build fedora x86_64'
variables:
MESON_ARGS: "-Domx=disabled -Dpython=disabled -Dlibav=disabled -Dlibnice=disabled -Dugly=disabled -Dbad=disabled -Ddevtools=enabled -Dges=disabled -Drtsp_server=disabled -Dvaapi=disabled -Dsharp=disabled -Dgst-examples=disabled -Drs=enabled -Dgst-plugins-rs:sodium=system ${MESON_BUILDTYPE_ARGS} --werror"
EXCEPT_PROJECT_REGEX: ''
ONLY_PROJECT_REGEX: '/^(gst-plugins-rs|gstreamer|gst-plugins-base|gst-ci|gst-build|gst-devtools)$/'
check rust fedora:
extends: '.test fedora x86_64'
needs:
- 'build rust fedora x86_64'
variables:
TEST_SUITE: "check.gst-plugins-rs.*"
EXCEPT_PROJECT_REGEX: ''
ONLY_PROJECT_REGEX: '/^(gst-plugins-rs|gstreamer|gst-plugins-base|gst-ci|gst-build|gst-devtools)$/'