aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCassandra Beckley <cbeckley@google.com>2024-03-13 10:21:35 -0700
committerGitHub <noreply@github.com>2024-03-13 13:21:35 -0400
commit02c79e90829c2d9149725ce0ac9f44c793f712bb (patch)
treebe303d2fdbd9613d9d6f4e82ff04aebee993aeeb
parentf869d391a5eaff5e121428a568c80823a2cafbda (diff)
downloadspirv-tools-02c79e90829c2d9149725ce0ac9f44c793f712bb.tar.gz
kokoro: Update bazel to 7.0.2 for Linux builds (#5609)
-rw-r--r--README.md2
-rwxr-xr-xkokoro/scripts/linux/build-docker.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 042b83da..e916a2c9 100644
--- a/README.md
+++ b/README.md
@@ -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.
diff --git a/kokoro/scripts/linux/build-docker.sh b/kokoro/scripts/linux/build-docker.sh
index a0dc96ab..e47037d5 100755
--- a/kokoro/scripts/linux/build-docker.sh
+++ b/kokoro/scripts/linux/build-docker.sh
@@ -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