release toolchain configs for debian8-clang v0.2.0

* Adding configs for version 0.2.0 of debian8-clang container

* Configs for Bazel 0.6.0 and 0.7.0 created

* v 0.2.0 of container has clang 6

* added license declarations to files

Change-Id: I609e1589c7abe9a80c64b6c3edeb369d6d5ba0df
10 files changed
tree: ade07dec08defb0c421a2dd3ac636f4ee9e45d52
  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.