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:
Nicolas Dufresne 2023-07-31 16:35:08 -04:00 committed by GStreamer Marge Bot
parent 07f05ac830
commit 8c3edd231e

View file

@ -777,7 +777,7 @@ valgrind ges:
MESON_ARGS: >-
${SIMPLE_BUILD}
-Ddoc=enabled
-Drs=enabled
-Drs=disabled
-Dgst-docs:fatal_warnings=true
# Disable werror for the docs build, we don't need it
GST_WERROR: 'false'