@@ -120,17 +120,18 @@ rbe_autoconfig(
120120 # Need to specify a base container digest in order to ensure that we can use the checked-in
121121 # platform configurations for the "ubuntu16_04" image. Otherwise the autoconfig rule would
122122 # need to pull the image and run it in order determine the toolchain configuration. See:
123- # https://github.com/bazelbuild/bazel-toolchains/blob/1.1.2 /configs/ubuntu16_04_clang/versions.bzl
124- base_container_digest = "sha256:1ab40405810effefa0b2f45824d6d608634ccddbf06366760c341ef6fbead011 " ,
123+ # https://github.com/bazelbuild/bazel-toolchains/blob/3.4.1 /configs/ubuntu16_04_clang/versions.bzl
124+ base_container_digest = "sha256:b27c9c4786d5bd1c709aa979b7432328806e0ff671e2175d696584eec4fd0ec3 " ,
125125 # Note that if you change the `digest`, you might also need to update the
126126 # `base_container_digest` to make sure marketplace.gcr.io/google/rbe-ubuntu16-04-webtest:<digest>
127127 # and marketplace.gcr.io/google/rbe-ubuntu16-04:<base_container_digest> have
128128 # the same Clang and JDK installed. Clang is needed because of the dependency on
129129 # @com_google_protobuf. Java is needed for the Bazel's test executor Java tool.
130- digest = "sha256:0b8fa87db4b8e5366717a7164342a029d1348d2feea7ecc4b18c780bc2507059 " ,
130+ digest = "sha256:f743114235a43355bf8324e2ba0fa6a597236fe06f7bc99aaa9ac703631c306b " ,
131131 env = clang_env (),
132132 registry = "marketplace.gcr.io" ,
133133 # We can't use the default "ubuntu16_04" RBE image provided by the autoconfig because we need
134134 # a specific Linux kernel that comes with "libx11" in order to run headless browser tests.
135135 repository = "google/rbe-ubuntu16-04-webtest" ,
136+ use_checked_in_confs = "Force" ,
136137)
0 commit comments