Skip to content

Commit 3f327d0

Browse files
committed
[libcxx][CI] Update meson used for building picolibc
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.
1 parent af53104 commit 3f327d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/utils/ci/build-picolibc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ EOF
9595
venv_dir="${build_dir}/meson-venv"
9696
python3 -m venv "${venv_dir}"
9797
# Install the version of meson that was the latest at the time this script was written.
98-
"${venv_dir}/bin/pip" install "meson==1.1.1"
98+
"${venv_dir}/bin/pip" install "meson==1.9.0"
9999

100100
"${venv_dir}/bin/meson" setup \
101101
-Dincludedir=include -Dlibdir=lib -Dspecsdir=none -Dmultilib=false -Dpicoexit=false \

0 commit comments

Comments
 (0)