kokoro: use Python 3.12 in Linux builds (#5730)

Bug: crbug.com/350048185
This commit is contained in:
David Neto 2024-07-05 18:18:59 -04:00 committed by GitHub
parent beabd8b7f4
commit 9f2ccaef5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,6 +27,8 @@ git config --global --add safe.directory $ROOT_DIR
. /bin/using.sh # Declare the bash `using` function for configuring toolchains.
using python-3.12
if [ $COMPILER = "clang" ]; then
using clang-10.0.0
elif [ $COMPILER = "gcc" ]; then