commit | 42621b8e0ee589cdfdf3c2362c28b3371656b24d | [log] [tgz] |
---|---|---|
author | Xin <xingao267@users.noreply.github.com> | Thu Jul 26 10:48:10 2018 -0400 |
committer | GitHub <noreply@github.com> | Thu Jul 26 10:48:10 2018 -0400 |
tree | 3851c27a3396e3235081a268ce0cfaf12d1c5d2b | |
parent | 404639122e3cd21e3caaba83522339002a2db577 [diff] |
Update latest Bazel version. (#133) Also use subprocess.check_call instead of subprocess.call. The former will exit as soon as the subcommand exits with non-zero status.
Travis CI | Bazel CI |
---|---|
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.