Skip to content

Commit 21dfb33

Browse files
committed
build: update bazelversion (angular#39123)
Updates to the latest version of bazel PR Close angular#39123
1 parent 3c474ec commit 21dfb33

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.bazelversion

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
3.2.0
1+
3.5.1
22
# [NB: this comment has to be after the first line, see https://github.com/bazelbuild/bazelisk/issues/117]
33
# When updating the Bazel version you also need to update the RBE toolchains version in package.bzl

WORKSPACE

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ rbe_autoconfig(
9191
# Need to specify a base container digest in order to ensure that we can use the checked-in
9292
# platform configurations for the "ubuntu16_04" image. Otherwise the autoconfig rule would
9393
# need to pull the image and run it in order determine the toolchain configuration. See:
94-
# https://github.com/bazelbuild/bazel-toolchains/blob/3.2.0/configs/ubuntu16_04_clang/versions.bzl
95-
base_container_digest = "sha256:5e750dd878df9fcf4e185c6f52b9826090f6e532b097f286913a428290622332",
94+
# https://github.com/bazelbuild/bazel-toolchains/blob/3.5.1/configs/ubuntu16_04_clang/versions.bzl
95+
base_container_digest = "sha256:f6568d8168b14aafd1b707019927a63c2d37113a03bcee188218f99bd0327ea1",
9696
# Note that if you change the `digest`, you might also need to update the
9797
# `base_container_digest` to make sure marketplace.gcr.io/google/rbe-ubuntu16-04-webtest:<digest>
9898
# and marketplace.gcr.io/google/rbe-ubuntu16-04:<base_container_digest> have

packages/bazel/package.bzl

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ def rules_angular_dev_dependencies():
2929
_maybe(
3030
http_archive,
3131
name = "bazel_toolchains",
32-
sha256 = "db48eed61552e25d36fe051a65d2a329cc0fb08442627e8f13960c5ab087a44e",
33-
strip_prefix = "bazel-toolchains-3.2.0",
32+
sha256 = "698d52e561cc8b5f502dc1ce83b6db72d5dabed4ae756393fb326b0243e4e20c",
33+
strip_prefix = "bazel-toolchains-3.5.1",
3434
urls = [
35-
"https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/releases/download/3.2.0/bazel-toolchains-3.2.0.tar.gz",
36-
"https://github.com/bazelbuild/bazel-toolchains/releases/download/3.2.0/bazel-toolchains-3.2.0.tar.gz",
35+
"https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/releases/download/3.5.1/bazel-toolchains-3.5.1.tar.gz",
36+
"https://github.com/bazelbuild/bazel-toolchains/releases/download/3.5.1/bazel-toolchains-3.5.1.tar.gz",
3737
],
3838
)
3939

0 commit comments

Comments
 (0)