@@ -116,9 +116,9 @@ web_test_repositories()
116
116
# Bring in bazel_toolchains for RBE setup configuration.
117
117
http_archive (
118
118
name = "bazel_toolchains" ,
119
- sha256 = "0b36eef8a66f39c8dbae88e522d5bbbef49d5e66e834a982402c79962281be10 " ,
120
- strip_prefix = "bazel-toolchains-1.0 .1" ,
121
- url = "https://github.com/bazelbuild/bazel-toolchains/archive/1.0 .1.tar.gz" ,
119
+ sha256 = "c969f09ffb8ca202692c68b17727fe5c1a8d94cd320e6d62e6c06c75e7d2b723 " ,
120
+ strip_prefix = "bazel-toolchains-1.2 .1" ,
121
+ url = "https://github.com/bazelbuild/bazel-toolchains/archive/1.2 .1.tar.gz" ,
122
122
)
123
123
124
124
load ("@bazel_toolchains//rules:environments.bzl" , "clang_env" )
@@ -129,14 +129,14 @@ rbe_autoconfig(
129
129
# Need to specify a base container digest in order to ensure that we can use the checked-in
130
130
# platform configurations for the "ubuntu16_04" image. Otherwise the autoconfig rule would
131
131
# need to pull the image and run it in order determine the toolchain configuration. See:
132
- # https://github.com/bazelbuild/bazel-toolchains/blob/0.27.0 /configs/ubuntu16_04_clang/versions.bzl
133
- base_container_digest = "sha256:94d7d8552902d228c32c8c148cc13f0effc2b4837757a6e95b73fdc5c5e4b07b " ,
132
+ # https://github.com/bazelbuild/bazel-toolchains/blob/1.1.2 /configs/ubuntu16_04_clang/versions.bzl
133
+ base_container_digest = "sha256:1ab40405810effefa0b2f45824d6d608634ccddbf06366760c341ef6fbead011 " ,
134
134
# Note that if you change the `digest`, you might also need to update the
135
135
# `base_container_digest` to make sure marketplace.gcr.io/google/rbe-ubuntu16-04-webtest:<digest>
136
136
# and marketplace.gcr.io/google/rbe-ubuntu16-04:<base_container_digest> have
137
137
# the same Clang and JDK installed. Clang is needed because of the dependency on
138
138
# @com_google_protobuf. Java is needed for the Bazel's test executor Java tool.
139
- digest = "sha256:76e2e4a894f9ffbea0a0cb2fbde741b5d223d40f265dbb9bca78655430173990 " ,
139
+ digest = "sha256:0b8fa87db4b8e5366717a7164342a029d1348d2feea7ecc4b18c780bc2507059 " ,
140
140
env = clang_env (),
141
141
registry = "marketplace.gcr.io" ,
142
142
# We can't use the default "ubuntu16_04" RBE image provided by the autoconfig because we need
0 commit comments