mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-11-21 19:20:07 +00:00
kokoro: use Python 3.12 in Linux builds (#5730)
Bug: crbug.com/350048185
This commit is contained in:
parent
beabd8b7f4
commit
9f2ccaef5f
@ -27,6 +27,8 @@ git config --global --add safe.directory $ROOT_DIR
|
|||||||
|
|
||||||
. /bin/using.sh # Declare the bash `using` function for configuring toolchains.
|
. /bin/using.sh # Declare the bash `using` function for configuring toolchains.
|
||||||
|
|
||||||
|
using python-3.12
|
||||||
|
|
||||||
if [ $COMPILER = "clang" ]; then
|
if [ $COMPILER = "clang" ]; then
|
||||||
using clang-10.0.0
|
using clang-10.0.0
|
||||||
elif [ $COMPILER = "gcc" ]; then
|
elif [ $COMPILER = "gcc" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user