@@ -97,9 +97,9 @@ sass_repositories()
97
97
# Bring in bazel_toolchains for RBE setup configuration.
98
98
http_archive (
99
99
name = "bazel_toolchains" ,
100
- sha256 = "144290c4166bd67e76a54f96cd504ed86416ca3ca82030282760f0823c10be48 " ,
101
- strip_prefix = "bazel-toolchains-3.1.1 " ,
102
- url = "https://github.com/bazelbuild/bazel-toolchains/archive/3.1.1 .tar.gz" ,
100
+ sha256 = "4fb3ceea08101ec41208e3df9e56ec72b69f3d11c56629d6477c0ff88d711cf7 " ,
101
+ strip_prefix = "bazel-toolchains-3.6.0 " ,
102
+ url = "https://github.com/bazelbuild/bazel-toolchains/archive/3.6.0 .tar.gz" ,
103
103
)
104
104
105
105
load ("@bazel_toolchains//repositories:repositories.bzl" , bazel_toolchains_repositories = "repositories" )
@@ -114,8 +114,8 @@ rbe_autoconfig(
114
114
# platform configurations for the "ubuntu16_04" image. Otherwise the autoconfig rule would
115
115
# need to pull the image and run it in order determine the toolchain configuration.
116
116
# See: https://github.com/bazelbuild/bazel-toolchains/blob/master/configs/ubuntu16_04_clang/versions.bzl#L9
117
- base_container_digest = "sha256:b516a2d69537cb40a7c6a7d92d0008abb29fba8725243772bdaf2c83f1be2272 " ,
118
- digest = "sha256:0b8fa87db4b8e5366717a7164342a029d1348d2feea7ecc4b18c780bc2507059 " ,
117
+ base_container_digest = "sha256:f6568d8168b14aafd1b707019927a63c2d37113a03bcee188218f99bd0327ea1 " ,
118
+ digest = "sha256:dddaaddbe07a61c2517f9b08c4977fc23c4968fcb6c0b8b5971e955d2de7a961 " ,
119
119
registry = "marketplace.gcr.io" ,
120
120
# We can't use the default "ubuntu16_04" RBE image provided by the autoconfig because we need
121
121
# a specific Linux kernel that comes with "libx11" in order to run headless browser tests.
0 commit comments