File tree Expand file tree Collapse file tree 3 files changed +2
-9
lines changed
Expand file tree Collapse file tree 3 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -51,5 +51,5 @@ bazel_integration_test(
5151bazel_integration_test (
5252 name = "bzlmod_example" ,
5353 bzlmod = True ,
54- override_bazel_version = "6.0.0rc1 " ,
54+ override_bazel_version = "6.0.0 " ,
5555)
Original file line number Diff line number Diff line change 1- 6.0.0rc1
1+ 6.0.0
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments