ci: bump hotdoc dependency

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4408>
This commit is contained in:
Mathieu Duponchelle 2023-04-13 01:24:30 +02:00 committed by GStreamer Marge Bot
parent 9072424eb3
commit 5ac9cf2b60
2 changed files with 2 additions and 4 deletions

View file

@ -5,7 +5,7 @@ variables:
# If you are hacking on them or need a them to rebuild, its enough
# to change any part of the string of the image you want.
###
FEDORA_TAG: '2023-04-05.0'
FEDORA_TAG: '2023-04-13.0'
INDENT_TAG: '2023-03-16.1'
LINT_TAG: '2023-02-16.5'
WINDOWS_TAG: '2023-04-03.0'

View file

@ -207,9 +207,7 @@ dnf remove -y meson
# FIXME: Install ninja from rpm when we update our base image as we fail building
# documentation with rust plugins as we the version from F31 we hit:
# `ninja: error: build.ninja:26557: multiple outputs aren't (yet?) supported by depslog; bring this up on the mailing list if it affects you
# XXX: Pin hotdoc to 0.13.7 due to breakage with 0.14
# https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1582#note_1669723
pip3 install meson==0.62.2 hotdoc==0.13.7 python-gitlab ninja tomli
pip3 install meson==0.62.2 hotdoc==0.14.1 python-gitlab ninja tomli
# Remove gst-devel packages installed by builddep above