Add jre targets for debian8_clang container.

Change-Id: Icda364610bb63c6dea4490ef9a2a784ce4725b47
1 file changed
tree: cf161b814a79ae898f7f40db882387c1962426ef
  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.