Remove sha_of_compatible_toolchain attribute from METADATA.

Change-Id: I43f25a8ee7a88f7a92a6bed63d45d3ef74aac392
1 file changed
tree: 3ab41331de12b4ce6c45d5e98d4c72d98587faa9
  1. configs/
  2. .gitignore
  3. AUTHORS
  4. CONTRIBUTING.md
  5. CONTRIBUTORS
  6. LICENSE
  7. README.md
README.md

bazel-toolchains

https://github.com/bazelbuild/bazel-toolchains is a repository where Google hosts Bazel configuration artifacts. These artifacts are required to configure Bazel to issue commands that will execute inside a Docker container via a remote execution environment.

These artifacts include the C/C++ CROSSTOOL file, BUILD files with toolchain rules, wrapper scripts, and necessary signature files for validating the files in this repository.

This repository also hosts the skylark rule used to generate toolchain artifacts.