Remove unused `srcs` attribute.

Change-Id: I7ba370f16af701cddb169e1811c6de48439558be
1 file changed
tree: 93a2ce69967b9a93d3616abcc144bbeb47413194
  1. configs/
  2. examples/
  3. rules/
  4. .gitignore
  5. AUTHORS
  6. CONTRIBUTING.md
  7. CONTRIBUTORS
  8. LICENSE
  9. README.md
  10. 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.