Enable docker_toolchain_autoconfig rule to be referenced.

Change-Id: I0428dcde492e69e728fbfa2f4f3438b77b935679
4 files changed
tree: a77be2e113e6c04d8155c492064c3a0ee6f2e3ae
  1. configs/
  2. examples/
  3. rules/
  4. .gitignore
  5. AUTHORS
  6. CONTRIBUTING.md
  7. CONTRIBUTORS
  8. LICENSE
  9. README.md
  10. WORKSPACE
README.md

bazel-toolchains

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:

  • C/C++ CROSSTOOL file,
  • BUILD file with toolchain rules, and
  • wrapper scripts.

This repository also hosts the skylark rule used to generate toolchain configs.