kokoro: use Python 3.12 for Linux builds
Bug: crbug.com/350048185
This commit is contained in:
parent
f9fbc91d4f
commit
4a516f28a1
2 changed files with 2 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ set -x # Display commands being run.
|
|||
using cmake-3.17.2
|
||||
using clang-10.0.0
|
||||
using ninja-1.10.0
|
||||
using python-3.12
|
||||
|
||||
echo "Building..."
|
||||
mkdir /build && cd /build
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@ set -x # Display commands being run.
|
|||
using cmake-3.17.2
|
||||
using gcc-9
|
||||
using ninja-1.10.0
|
||||
using python-3.12
|
||||
|
||||
echo "Building..."
|
||||
mkdir /build && cd /build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue