Skip to content

Commit

Permalink
kokoro: use Python 3.12 for Linux builds
Browse files Browse the repository at this point in the history
Bug: crbug.com/350048185
  • Loading branch information
dneto0 authored and arcady-lunarg committed Jul 5, 2024
1 parent f9fbc91 commit 4a516f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions kokoro/linux-clang-cmake/build-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions kokoro/linux-gcc-cmake/build-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4a516f2

Please sign in to comment.