aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anderson <ejona@google.com>2019-05-15 14:35:51 -0700
committerGitHub <noreply@github.com>2019-05-15 14:35:51 -0700
commitaf2e7b3cc09b0bce00cae2a3e0a569f8c02da848 (patch)
tree416b9195245576ceac02008316cbd8fd700b66f4
parentb95682ca9d262bebc41863dc3077ff4dbb91921e (diff)
downloadgrpc-grpc-java-upstream-v1.12.x.tar.gz
buildscripts: Specify Bazel version to useupstream-v1.12.x
The version Kokoro uses changes over time. We need a stable version so our build doesn't break when Bazel is upgraded.
-rwxr-xr-xbuildscripts/kokoro/bazel.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/buildscripts/kokoro/bazel.sh b/buildscripts/kokoro/bazel.sh
index 13bbaa4bf..0dd1d752d 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 ...