open-source debian8-clang-fully-loaded container

TESTED=successfully ran a sample build

Change-Id: I0c98621f80f5452561060dafb70a4b013811fb87
14 files changed
tree: a047bfcd4055bae31a4f00547ad2ee59d4ca47dc
  1. configs/
  2. container/
  3. examples/
  4. rules/
  5. third_party/
  6. .gitignore
  7. AUTHORS
  8. CONTRIBUTING.md
  9. CONTRIBUTORS
  10. LICENSE
  11. README.md
  12. 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.