Used checked in configs with rbe_autoconf when possible (#276) For users of the rbe ubuntu 16_04 containers, attempt to first find if a published config will work for their chosen Bazel version. If such a config exists, rule only creates BUILD files with aliases pointing to the published configs. Pulling container / generating configs will only happen if the above step does not find a published config. Behavior can be overriden with use_checked_in_confs = False,
| Travis CI | Bazel CI |
|---|---|
https://github.com/bazelbuild/bazel-toolchains is a repository where Google hosts Bazel toolchain configs. These configs are required to configure Bazel to issue commands that will execute inside a Docker container via a remote execution environment.
These toolchain configs include:
Release information of toolchain configs can be found at: https://releases.bazel.build/bazel-toolchains.html.
This repository also hosts the skylark rule used to generate toolchain configs.