ci: fedora: Install a more recent wayland-protocols version

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1060>
This commit is contained in:
Jordan Petridis 2023-09-28 16:53:55 +02:00
parent 118841cc49
commit 080c837cd6
2 changed files with 9 additions and 1 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-09-28.0-f34tlbx'
FEDORA_TAG: '2023-10-22.1'
INDENT_TAG: '2023-08-24.3'

View file

@ -251,6 +251,14 @@ meson install -C _build
cd ..
rm -rf gdk-pixbuf
# Install a more up to date wayland-protocols
git clone --branch 1.32 https://gitlab.freedesktop.org/wayland/wayland-protocols.git
cd wayland-protocols
meson setup _build --prefix=/usr -Dtests=false
meson install -C _build
cd ..
rm -rf wayland-protocols
# Install Rust
RUSTUP_VERSION=1.26.0
RUST_VERSION=1.73.0