[libc++][CI] Update meson used for building picolibc (#158308)

1.9.0 is the latest release.

This doesn't fix any current problem, I just want to make sure we update
these things once in a while in case upstream picolibc adopts new
versions.
This commit is contained in:
David Spickett
2025-09-15 13:46:09 +01:00
committed by GitHub
parent 0058cc81f1
commit f0cf167a5e

View File

@@ -95,7 +95,7 @@ EOF
venv_dir="${build_dir}/meson-venv"
python3 -m venv "${venv_dir}"
# Install the version of meson that was the latest at the time this script was written.
"${venv_dir}/bin/pip" install "meson==1.1.1"
"${venv_dir}/bin/pip" install "meson==1.9.0"
"${venv_dir}/bin/meson" setup \
-Dincludedir=include -Dlibdir=lib -Dspecsdir=none -Dmultilib=false -Dpicoexit=false \