Release toolchain configs for Bazel 0.6.0rc2

Change-Id: Id7eba93cdab28d6a967b9216df2fcf66b65e8813
5 files changed
tree: 8ffc9bf6b0b3fc5f0b3dd13c8c8045527a8a4394
  1. configs/
  2. .gitignore
  3. AUTHORS
  4. CONTRIBUTING.md
  5. CONTRIBUTORS
  6. LICENSE
  7. README.md
README.md

bazel-toolchains

https://github.com/bazelbuild/bazel-toolchains is a repository where Google hosts Bazel configuration artifacts. These artifacts are required to configure Bazel to issue commands that will execute inside a Docker container via a remote execution environment.

These artifacts include the C/C++ CROSSTOOL file, BUILD files with toolchain rules, wrapper scripts, and necessary signature files for validating the files in this repository.

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