Skip to content

Commit 5485d12

Browse files
devversionzarend
authored andcommitted
build: update to bazel v5 with native m1 support (#24367)
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)
1 parent 1a5da0d commit 5485d12

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.0
1+
5.0.0

WORKSPACE

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,7 @@ load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")
5252

5353
bazel_skylib_workspace()
5454

55-
load("@build_bazel_rules_nodejs//:index.bzl", "check_bazel_version", "node_repositories", "yarn_install")
56-
57-
check_bazel_version("4.0.0")
55+
load("@build_bazel_rules_nodejs//:index.bzl", "node_repositories", "yarn_install")
5856

5957
node_repositories(
6058
node_version = "16.10.0",

0 commit comments

Comments
 (0)