summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJordan Petridis <jordan@centricular.com>2023-10-09 21:11:01 +0300
committerJordan Petridis <jordan@centricular.com>2023-10-22 05:23:30 +0300
commit66c5b13dd8cd91cde36af3c26a349e0f01fffbbf (patch)
treed36541386a5c224e5a165cb162a659f9578a6b27 /.gitlab-ci.yml
parent18578643ca9bcd20088521aa053ad0b7cde617b9 (diff)
ci: docs: disable svthevcenc for the docs job
While updating the base image we run into a handful of issues with the svthevcenc element. Disable it for now from the documentation job to not block the rest of the image update. We can revert this commit once [1] is fixed. [1]: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5447 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1060>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 873eaf24d7..52aec121a4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -877,11 +877,14 @@ valgrind ges:
.documentation:
extends: '.build fedora x86_64'
variables:
+ # Disable svthevcenc until the following MR is merged
+ # https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5447
MESON_ARGS: >-
${SIMPLE_BUILD}
-Ddoc=enabled
-Drs=enabled
-Dgst-docs:fatal_warnings=true
+ -Dgst-plugins-bad:svthevcenc=disabled
# Disable werror for the docs build, we don't need it
GST_WERROR: 'false'
SUBPROJECTS_CACHE_DIR: "/subprojects"