Skip to content

Commit

Permalink
kokoro: use Python 3.12 in Linux builds (KhronosGroup#5730)
Browse files Browse the repository at this point in the history
Bug: crbug.com/350048185
  • Loading branch information
dneto0 authored Jul 5, 2024
1 parent beabd8b commit 9f2ccae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kokoro/scripts/linux/build-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9f2ccae

Please sign in to comment.