container release: clang (r324073)

* clang minor version release: revision r324073
* go major version release: 1.9.4 -> 1.10

Tested:
* Tested building locally with
  `container/debian8-clang-fully-loaded/build.sh -l`
* Tested with Google Cloud Container Builder
  `container/debian8-clang-fully-loaded/build.sh -p <my-project>
  -c test-debian8-clang-fl -t test-r324073 -a`

Change-Id: I3eeb165fd0dc39df701a19d678566cea13987c55
2 files changed
tree: 3730f6e31354720dbd540135d62b0085709fd390
  1. .bazelci/
  2. bazelrc/
  3. configs/
  4. container/
  5. examples/
  6. rules/
  7. skylib/
  8. test/
  9. third_party/
  10. .gitignore
  11. AUTHORS
  12. CONTRIBUTING.md
  13. CONTRIBUTORS
  14. LICENSE
  15. README.md
  16. WORKSPACE
README.md

Build status

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.