summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2022-09-22 09:55:45 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2022-09-22 09:56:05 +0530
commit46b3f48bdb22c7ccb2c50a93dba1f98a8c1c2002 (patch)
treebc84134f4eb0f62c4aa6c4531992b5dea2952e6b /ci
parenta0e6278dba899f122d806994d47ee0e2c1741b34 (diff)
downloadgstreamer-46b3f48bdb22c7ccb2c50a93dba1f98a8c1c2002.tar.gz
ci: Bump meson to 0.62.2 in Fedora docker images
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3061>
Diffstat (limited to 'ci')
-rw-r--r--ci/docker/fedora/prepare.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/docker/fedora/prepare.sh b/ci/docker/fedora/prepare.sh
index 1070d78c57..ce51fb98cb 100644
--- a/ci/docker/fedora/prepare.sh
+++ b/ci/docker/fedora/prepare.sh
@@ -207,7 +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
-pip3 install meson==0.60.3 hotdoc python-gitlab ninja tomli
+pip3 install meson==0.62.2 hotdoc python-gitlab ninja tomli
# Remove gst-devel packages installed by builddep above