mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
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>
This commit is contained in:
parent
18578643ca
commit
66c5b13dd8
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue