Skip to content

Commit 82ad4a8

Browse files
authored
[ci] upgrade bazel version to 6.5.0 (ray-project#45784)
and pin it to 6.5.0; rejects all other bazel version. Signed-off-by: Lonnie Liu <[email protected]>
1 parent 17d850f commit 82ad4a8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.4.1
1+
6.5.0

WORKSPACE

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ grpc_extra_deps()
2828
load("@bazel_skylib//lib:versions.bzl", "versions")
2929

3030
# Please keep this in sync with the .bazelversion file.
31-
versions.check(minimum_bazel_version = "5.4.1")
31+
versions.check(
32+
maximum_bazel_version = "6.5.0",
33+
minimum_bazel_version = "6.5.0",
34+
)
3235

3336
# Tools to generate `compile_commands.json` to enable awesome tooling of the C language family.
3437
# Just run `bazel run @hedron_compile_commands//:refresh_all`

0 commit comments

Comments
 (0)