[libcxx-commits] [libcxx] f0cf167 - [libc++][CI] Update meson used for building picolibc (#158308)

via libcxx-commits libcxx-commits at lists.llvm.org
Mon Sep 15 05:46:13 PDT 2025


Author: David Spickett
Date: 2025-09-15T08:46:09-04:00
New Revision: f0cf167a5eb36de2657669c68190517624a2cee9

URL: https://github.com/llvm/llvm-project/commit/f0cf167a5eb36de2657669c68190517624a2cee9
DIFF: https://github.com/llvm/llvm-project/commit/f0cf167a5eb36de2657669c68190517624a2cee9.diff

LOG: [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.

Added: 
    

Modified: 
    libcxx/utils/ci/build-picolibc.sh

Removed: 
    


################################################################################
diff  --git a/libcxx/utils/ci/build-picolibc.sh b/libcxx/utils/ci/build-picolibc.sh
index 4be768d741230..a25a588cb8d2e 100755
--- a/libcxx/utils/ci/build-picolibc.sh
+++ b/libcxx/utils/ci/build-picolibc.sh
@@ -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 \


        


More information about the libcxx-commits mailing list