kokoro: Update bazel to 7.0.2 for Linux builds (#5609)

This commit is contained in:
Cassandra Beckley 2024-03-13 10:21:35 -07:00 committed by GitHub
parent f869d391a5
commit 02c79e9082
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -426,7 +426,7 @@ targets, you need to install CMake Version 2.8.12 or later.
- [Python 3](http://www.python.org/): for utility scripts and running the test
suite.
- [Bazel](https://bazel.build/) (optional): if building the source with Bazel,
you need to install Bazel Version 5.0.0 on your machine. Other versions may
you need to install Bazel Version 7.0.2 on your machine. Other versions may
also work, but are not verified.
- [Emscripten SDK](https://emscripten.org) (optional): if building the
WebAssembly module.

View File

@ -191,7 +191,7 @@ elif [ $TOOL = "android-ndk-build" ]; then
echo $(date): ndk-build completed.
elif [ $TOOL = "bazel" ]; then
using bazel-5.0.0
using bazel-7.0.2
echo $(date): Build everything...
bazel build --cxxopt=-std=c++17 :all