Publish docker_toolchain_autoconfig rule.

Change-Id: I09b8181a4599871dc569b5dbd314b21f11241d89
12 files changed
tree: c4b7e4497f0e11602d90a618d94fc5defc73e6ff
  1. configs/
  2. rules/
  3. .gitignore
  4. AUTHORS
  5. CONTRIBUTING.md
  6. CONTRIBUTORS
  7. LICENSE
  8. README.md
  9. 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.