container release: clang r319946

* clang r319946: includes sanitizer headers, llvm-symbolizer and fuzzer
* add tests to ensure all sanitizer headers exist
* also update the sha256 of python-runtime image to include the latest
changes

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
  my-image -t test -a`

Change-Id: Icf941907782e9d5adde5b13ea59b2f453d9bed0f
6 files changed
tree: 3e65e94215c2e7cc765e1fd5a5b5b91bc7bf82e7
  1. bazelrc/
  2. configs/
  3. container/
  4. examples/
  5. rules/
  6. scripts/
  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

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.