mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
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:
parent
21584e4610
commit
bbc624175d
1 changed files with 0 additions and 16 deletions
|
@ -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)$/'
|
||||
|
|
Loading…
Reference in a new issue