Skip to content

Commit

Permalink
build: update to bazel v5 with native m1 support (#24367)
Browse files Browse the repository at this point in the history
Updates to Bazel v5 which also comes with native M1 support. Note
that v4.2.0 also started supporting M1 but we haven't updated to that
version, so this is the first version supporting M1 in this repo.

(cherry picked from commit 4780518)
  • Loading branch information
devversion authored and zarend committed Feb 7, 2022
1 parent 1a5da0d commit 5485d12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.0
5.0.0
4 changes: 1 addition & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")

bazel_skylib_workspace()

load("@build_bazel_rules_nodejs//:index.bzl", "check_bazel_version", "node_repositories", "yarn_install")

check_bazel_version("4.0.0")
load("@build_bazel_rules_nodejs//:index.bzl", "node_repositories", "yarn_install")

node_repositories(
node_version = "16.10.0",
Expand Down

0 comments on commit 5485d12

Please sign in to comment.