From 8c3edd231eb7fb66d05fa88bcf672176c5973b23 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Mon, 31 Jul 2023 16:35:08 -0400 Subject: [PATCH] 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: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9d804261ab..828f869987 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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'