mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 05:59:10 +00:00
ci: disable gstreamer-sharp tests for gcc/clang matrix builds
gstreamer-sharp tests do some kind of nuget download as part of the configure, and this frequently fails on the CI (possibly because we're hammering it with parallel requests). Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5251>
This commit is contained in:
parent
fac5a83fd9
commit
1bfd8a9fb1
1 changed files with 8 additions and 2 deletions
|
@ -379,7 +379,10 @@ build fedora gcc:
|
|||
#
|
||||
# VAAPI can't be build statically yet
|
||||
# subprojects/gstreamer-vaapi/meson.build:8:2: ERROR: Problem encountered: GStreamer-VAAPI plugin not supported with `static` builds yet.
|
||||
MESON_ARGS: "${DEFAULT_MESON_ARGS} -Dvaapi=disabled -Dpython=auto -Dgst-editing-services:python=disabled -Dintrospection=disabled -Ddoc=disabled"
|
||||
#
|
||||
# Disabling gstreamer-sharp tests because they download things as part of configure with
|
||||
# nuget which frequently fails on the CI (possibly because we're hammering the site)
|
||||
MESON_ARGS: "${DEFAULT_MESON_ARGS} -Dvaapi=disabled -Dpython=auto -Dgst-editing-services:python=disabled -Dintrospection=disabled -Ddoc=disabled -Dgstreamer-sharp:tests=disabled"
|
||||
|
||||
build fedora clang:
|
||||
extends: '.build fedora x86_64'
|
||||
|
@ -414,7 +417,10 @@ build fedora clang:
|
|||
#
|
||||
# VAAPI can't be build statically yet
|
||||
# subprojects/gstreamer-vaapi/meson.build:8:2: ERROR: Problem encountered: GStreamer-VAAPI plugin not supported with `static` builds yet.
|
||||
MESON_ARGS: "${DEFAULT_MESON_ARGS} -Dvaapi=disabled -Dpython=auto -Dgst-editing-services:python=disabled -Dintrospection=disabled -Ddoc=disabled"
|
||||
#
|
||||
# Disabling gstreamer-sharp tests because they download things as part of configure with
|
||||
# nuget which frequently fails on the CI (possibly because we're hammering the site)
|
||||
MESON_ARGS: "${DEFAULT_MESON_ARGS} -Dvaapi=disabled -Dpython=auto -Dgst-editing-services:python=disabled -Dintrospection=disabled -Ddoc=disabled -Dgstreamer-sharp:tests=disabled"
|
||||
|
||||
.build windows:
|
||||
image: $WINDOWS_IMAGE
|
||||
|
|
Loading…
Reference in a new issue