mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
ci: Bump meson to 0.62.2 in Fedora docker images
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3061>
This commit is contained in:
parent
a0e6278dba
commit
46b3f48bdb
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ variables:
|
||||||
# If you are hacking on them or need a them to rebuild, its enough
|
# 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.
|
# to change any part of the string of the image you want.
|
||||||
###
|
###
|
||||||
FEDORA_TAG: '2022-09-17.0'
|
FEDORA_TAG: '2022-09-22.0'
|
||||||
INDENT_TAG: '2022-03-07.1'
|
INDENT_TAG: '2022-03-07.1'
|
||||||
WINDOWS_TAG: "2022-09-17.0"
|
WINDOWS_TAG: "2022-09-17.0"
|
||||||
|
|
||||||
|
|
|
@ -207,7 +207,7 @@ dnf remove -y meson
|
||||||
# FIXME: Install ninja from rpm when we update our base image as we fail building
|
# 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:
|
# 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
|
# `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
|
# Remove gst-devel packages installed by builddep above
|
||||||
|
|
Loading…
Reference in a new issue