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(
51
51
bazel_integration_test (
52
52
name = "bzlmod_example" ,
53
53
bzlmod = True ,
54
- override_bazel_version = "6.0.0rc1 " ,
54
+ override_bazel_version = "6.0.0 " ,
55
55
)
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():
31
31
# Depend on the Bazel binaries for running bazel-in-bazel tests
32
32
bazel_binaries (versions = SUPPORTED_BAZEL_VERSIONS )
33
33
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
-
41
34
bazel_skylib_workspace ()
42
35
43
36
# gazelle:repository_macro gazelle/deps.bzl%gazelle_deps
You can’t perform that action at this time.
0 commit comments