mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 20:23:39 +08:00
[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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user