@@ -116,9 +116,9 @@ web_test_repositories()
116116# Bring in bazel_toolchains for RBE setup configuration.
117117http_archive (
118118 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" ,
122122)
123123
124124load ("@bazel_toolchains//rules:environments.bzl" , "clang_env" )
@@ -129,14 +129,14 @@ rbe_autoconfig(
129129 # Need to specify a base container digest in order to ensure that we can use the checked-in
130130 # platform configurations for the "ubuntu16_04" image. Otherwise the autoconfig rule would
131131 # 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 " ,
134134 # Note that if you change the `digest`, you might also need to update the
135135 # `base_container_digest` to make sure marketplace.gcr.io/google/rbe-ubuntu16-04-webtest:<digest>
136136 # and marketplace.gcr.io/google/rbe-ubuntu16-04:<base_container_digest> have
137137 # the same Clang and JDK installed. Clang is needed because of the dependency on
138138 # @com_google_protobuf. Java is needed for the Bazel's test executor Java tool.
139- digest = "sha256:76e2e4a894f9ffbea0a0cb2fbde741b5d223d40f265dbb9bca78655430173990 " ,
139+ digest = "sha256:0b8fa87db4b8e5366717a7164342a029d1348d2feea7ecc4b18c780bc2507059 " ,
140140 env = clang_env (),
141141 registry = "marketplace.gcr.io" ,
142142 # We can't use the default "ubuntu16_04" RBE image provided by the autoconfig because we need
0 commit comments