Skip to content

Commit 4dde147

Browse files
authored
Fully switch to bazel 6.0.0 in all places (#960)
1 parent 3c4ed56 commit 4dde147

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

examples/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ bazel_integration_test(
5151
bazel_integration_test(
5252
name = "bzlmod_example",
5353
bzlmod = True,
54-
override_bazel_version = "6.0.0rc1",
54+
override_bazel_version = "6.0.0",
5555
)

examples/bzlmod/.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.0.0rc1
1+
6.0.0

internal_setup.bzl

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,6 @@ def rules_python_internal_setup():
3131
# Depend on the Bazel binaries for running bazel-in-bazel tests
3232
bazel_binaries(versions = SUPPORTED_BAZEL_VERSIONS)
3333

34-
# Bazel 5.3.0 has bzlmod bugs so we use 6.0 prerelease for the bzlmod example.
35-
# SUPPORTED_BAZEL_VERSIONS doesn't currently support multiple versions. For now,
36-
# we only want to run the bzlmod example with a separate version.
37-
bazel_binaries(versions = [
38-
"6.0.0rc1",
39-
])
40-
4134
bazel_skylib_workspace()
4235

4336
# gazelle:repository_macro gazelle/deps.bzl%gazelle_deps

0 commit comments

Comments
 (0)