Skip to content

Commit

Permalink
kokoro: Update bazel to 7.0.2 for Linux builds (KhronosGroup#5609)
Browse files Browse the repository at this point in the history
  • Loading branch information
cassiebeckley authored Mar 13, 2024
1 parent f869d39 commit 02c79e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion kokoro/scripts/linux/build-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 02c79e9

Please sign in to comment.