Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4dde147

Browse filesBrowse files
authored
Fully switch to bazel 6.0.0 in all places (bazel-contrib#960)
1 parent 3c4ed56 commit 4dde147
Copy full SHA for 4dde147

File tree

3 files changed

+2
-9
lines changed
Filter options

3 files changed

+2
-9
lines changed

‎examples/BUILD.bazel

Copy file name to clipboardExpand all lines: examples/BUILD.bazel
+1-1Lines 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

Copy file name to clipboard
+1-1Lines 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

Copy file name to clipboardExpand all lines: internal_setup.bzl
-7Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.