commit | 7f31525f62da0563e7f3476eb4b9866cb86f793e | [log] [tgz] |
---|---|---|
author | Eric Anderson <ejona@google.com> | Wed May 15 14:36:07 2019 -0700 |
committer | GitHub <noreply@github.com> | Wed May 15 14:36:07 2019 -0700 |
tree | 51f690b5feadb4e4e50835b093da6cd051d876cb | |
parent | 8faa2544772c06e3f57ec11d95ac6efe0a9f9f13 [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 ...