adding headers for sanitizers to clang layer

Change-Id: Ie9a16504eca84ebbbdc9fbe7dec6a3873f3c57f6
4 files changed
tree: 601ea1439cdbf19bf24b9205bec165b80583ec6a
  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.