First cut of a remote build execution hello world sample.

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

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.