| commit | 644e0b721ab75e28b4d7581cab9cf055ca1bcfbc | [log] [tgz] |
|---|---|---|
| author | Nicolas Lopez <nlopezgi@gmail.com> | Mon Apr 30 16:43:52 2018 -0400 |
| committer | GitHub <noreply@github.com> | Mon Apr 30 16:43:52 2018 -0400 |
| tree | 18ca27baa6d1874f341f665b242cdd39435e9c87 | |
| parent | f8847f64e6950e8ab9fde1c0aba768550b0d9ab2 [diff] |
Allow all_incompatible_changes to be optionally added for docker autoconfig (#44)
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:
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.