ci/fedora: bump to meson 1.3.0

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26636>
This commit is contained in:
Karol Herbst
2023-12-11 13:57:18 +01:00
committed by Marge Bot
parent 1188b218c6
commit 2d80240220
2 changed files with 3 additions and 3 deletions

View File

@@ -96,8 +96,8 @@ tar -xvf $XORGMACROS_VERSION.tar.bz2 && rm $XORGMACROS_VERSION.tar.bz2
cd $XORGMACROS_VERSION; ./configure; make install; cd ..
rm -rf $XORGMACROS_VERSION
# We need at least 1.2 for Rust's `debug_assertions`
pip install meson==1.2.0
# We need at least 1.3 for meson's rust.proc_macro
pip install meson==1.3.0
. .gitlab-ci/container/build-mold.sh