From bbc624175d5e63c8e493404fc5c478f5d4bcb3e6 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 18 Mar 2020 08:57:12 +0100 Subject: [PATCH] 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 --- gitlab/ci_template.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index 39f7ff340e..6bf6a80870 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -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)$/'