@@ -62,27 +62,3 @@ sass_repositories()
6262load ("@io_bazel_skydoc//skylark:skylark.bzl" , "skydoc_repositories" )
6363
6464skydoc_repositories ()
65-
66- load ("@bazel_toolchains//rules:environments.bzl" , "clang_env" )
67- load ("@bazel_toolchains//rules:rbe_repo.bzl" , "rbe_autoconfig" )
68-
69- rbe_autoconfig (
70- name = "rbe_ubuntu1604_angular" ,
71- # Need to specify a base container digest in order to ensure that we can use the checked-in
72- # platform configurations for the "ubuntu16_04" image. Otherwise the autoconfig rule would
73- # need to pull the image and run it in order determine the toolchain configuration. See:
74- # https://github.com/bazelbuild/bazel-toolchains/blob/4.0.0/configs/ubuntu16_04_clang/versions.bzl
75- base_container_digest = "sha256:f6568d8168b14aafd1b707019927a63c2d37113a03bcee188218f99bd0327ea1" ,
76- # Note that if you change the `digest`, you might also need to update the
77- # `base_container_digest` to make sure marketplace.gcr.io/google/rbe-ubuntu16-04-webtest:<digest>
78- # and marketplace.gcr.io/google/rbe-ubuntu16-04:<base_container_digest> have
79- # the same Clang and JDK installed. Clang is needed because of the dependency on
80- # @com_google_protobuf. Java is needed for the Bazel's test executor Java tool.
81- digest = "sha256:dddaaddbe07a61c2517f9b08c4977fc23c4968fcb6c0b8b5971e955d2de7a961" ,
82- env = clang_env (),
83- registry = "marketplace.gcr.io" ,
84- # We can't use the default "ubuntu16_04" RBE image provided by the autoconfig because we need
85- # a specific Linux kernel that comes with "libx11" in order to run headless browser tests.
86- repository = "google/rbe-ubuntu16-04-webtest" ,
87- use_checked_in_confs = "Force" ,
88- )
0 commit comments