Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ bazel_integration_test(
bazel_integration_test(
name = "bzlmod_example",
bzlmod = True,
override_bazel_version = "6.0.0rc1",
override_bazel_version = "6.0.0",
)
2 changes: 1 addition & 1 deletion examples/bzlmod/.bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.0rc1
6.0.0
7 changes: 0 additions & 7 deletions internal_setup.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,6 @@ def rules_python_internal_setup():
# Depend on the Bazel binaries for running bazel-in-bazel tests
bazel_binaries(versions = SUPPORTED_BAZEL_VERSIONS)

# Bazel 5.3.0 has bzlmod bugs so we use 6.0 prerelease for the bzlmod example.
# SUPPORTED_BAZEL_VERSIONS doesn't currently support multiple versions. For now,
# we only want to run the bzlmod example with a separate version.
bazel_binaries(versions = [
"6.0.0rc1",
])

bazel_skylib_workspace()

# gazelle:repository_macro gazelle/deps.bzl%gazelle_deps
Expand Down