ci: pin hotdoc to 0.13.7 for now, 0.14 has a regression

```
ERROR: [links]: (mandatory-link-not-found): Mandatory link Link GstGLSinkBin -> None (GstGLSinkBin) could not be resolved
ERROR: [links]: (mandatory-link-not-found): Mandatory link Link GstRTPMux -> None (GstRTPMux) could not be resolved
ERROR: [links]: (mandatory-link-not-found): Mandatory link Link GstSRTSink -> None (GstSRTSink) could not be resolved
ERROR: [links]: (mandatory-link-not-found): Mandatory link Link GstSRTSrc -> None (GstSRTSrc) could not be resolved
```

Same change was already made in the 1.20 branch:

https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1582#note_1669723

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3527>
This commit is contained in:
Nirbheek Chauhan 2022-12-05 18:10:14 +05:30 committed by GStreamer Marge Bot
parent 404bfbd6d8
commit 5e3967fbff

View file

@ -207,7 +207,9 @@ 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
pip3 install meson==0.62.2 hotdoc python-gitlab ninja tomli
# 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
# Remove gst-devel packages installed by builddep above