File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- 3.2.0
1
+ 3.5.1
2
2
# [NB: this comment has to be after the first line, see https://github.com/bazelbuild/bazelisk/issues/117]
3
3
# When updating the Bazel version you also need to update the RBE toolchains version in package.bzl
Original file line number Diff line number Diff line change @@ -91,8 +91,8 @@ rbe_autoconfig(
91
91
# Need to specify a base container digest in order to ensure that we can use the checked-in
92
92
# platform configurations for the "ubuntu16_04" image. Otherwise the autoconfig rule would
93
93
# 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 " ,
96
96
# Note that if you change the `digest`, you might also need to update the
97
97
# `base_container_digest` to make sure marketplace.gcr.io/google/rbe-ubuntu16-04-webtest:<digest>
98
98
# and marketplace.gcr.io/google/rbe-ubuntu16-04:<base_container_digest> have
Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ def rules_angular_dev_dependencies():
29
29
_maybe (
30
30
http_archive ,
31
31
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 " ,
34
34
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" ,
37
37
],
38
38
)
39
39
You can’t perform that action at this time.
0 commit comments