mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
ci: Disable plugins-rs in the doc build
The plugins-rs scripts dependson python 3.8, while the docker image only has 3.7 and depends on glib 2.66, while we only have 2.62 in the docker. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5125>
This commit is contained in:
parent
07f05ac830
commit
8c3edd231e
1 changed files with 1 additions and 1 deletions
|
@ -777,7 +777,7 @@ valgrind ges:
|
||||||
MESON_ARGS: >-
|
MESON_ARGS: >-
|
||||||
${SIMPLE_BUILD}
|
${SIMPLE_BUILD}
|
||||||
-Ddoc=enabled
|
-Ddoc=enabled
|
||||||
-Drs=enabled
|
-Drs=disabled
|
||||||
-Dgst-docs:fatal_warnings=true
|
-Dgst-docs:fatal_warnings=true
|
||||||
# Disable werror for the docs build, we don't need it
|
# Disable werror for the docs build, we don't need it
|
||||||
GST_WERROR: 'false'
|
GST_WERROR: 'false'
|
||||||
|
|
Loading…
Reference in a new issue