commit | f2ea2325891e74d27eb96ab6a71f598b1449aa38 | [log] [tgz] |
---|---|---|
author | Eric Anderson <ejona@google.com> | Wed May 15 14:44:23 2019 -0700 |
committer | GitHub <noreply@github.com> | Wed May 15 14:44:23 2019 -0700 |
tree | 683c37bb790fb89bc0e78a3984ea1736923f4e36 | |
parent | 0b97f0d35fc17c843ece31857520ec7ee976aa28 [diff] |
buildscripts: Specify Bazel version to use The version Kokoro uses changes over time. We need a stable version so our build doesn't break when Bazel is upgraded.
diff --git a/buildscripts/kokoro/bazel.sh b/buildscripts/kokoro/bazel.sh index 13bbaa4..0dd1d75 100755 --- a/buildscripts/kokoro/bazel.sh +++ b/buildscripts/kokoro/bazel.sh
@@ -3,6 +3,8 @@ set -exu -o pipefail cat /VERSION +use_bazel.sh 0.12.0 + cd github/grpc-java bazel build ...