Skip to content

Commit

Permalink
chore: upgrade to Bazel 7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Apr 2, 2024
1 parent 6199ad0 commit 9ed8cc8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
bazel: 6.1.1
bazel: 7.1.1
# Note, this will tell the user to do the wrong thing (manually run buildifer)
# See https://github.com/bazelbuild/continuous-integration/issues/1161
buildifier:
Expand Down
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.1.1
7.1.1
15 changes: 5 additions & 10 deletions e2e/smoke/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,7 @@ local_path_override(

node = use_extension("@rules_nodejs//nodejs:extensions.bzl", "node")

# Note, this gets the default version of Node.js from
# https://github.com/bazelbuild/rules_nodejs/blob/5.8.0/nodejs/repositories.bzl#L11
node.toolchain(
name = "node16",
node_version = "16.5.0",
)
node.toolchain(node_version = "16.5.0")
node.toolchain(
name = "node15",
node_version = "15.14.0",
Expand All @@ -35,8 +30,8 @@ use_repo(
"node15_darwin_amd64",
"node15_linux_amd64",
"node15_windows_amd64",
"node16_darwin_amd64",
"node16_linux_amd64",
"node16_toolchains",
"node16_windows_amd64",
"nodejs_darwin_amd64",
"nodejs_linux_amd64",
"nodejs_toolchains",
"nodejs_windows_amd64",
)

0 comments on commit 9ed8cc8

Please sign in to comment.