summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2022-12-05 18:10:14 +0530
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2022-12-10 15:13:09 +0000
commit5e3967fbff09ae08796b399f488329587777938f (patch)
treee173ffabc5ad85f54a7b897d5f541b613c08897b /ci
parent404bfbd6d86d4731084ee8ea03bbb357dee500f4 (diff)
downloadgstreamer-5e3967fbff09ae08796b399f488329587777938f.tar.gz
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>
Diffstat (limited to 'ci')
-rw-r--r--ci/docker/fedora/prepare.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/ci/docker/fedora/prepare.sh b/ci/docker/fedora/prepare.sh
index ce51fb98cb..4347f0dabc 100644
--- a/ci/docker/fedora/prepare.sh
+++ b/ci/docker/fedora/prepare.sh
@@ -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