From 607d43181c55cb17eab67497c66384ddf66fdd2f Mon Sep 17 00:00:00 2001 From: Gunhan Gulsoy Date: Thu, 6 Dec 2018 21:59:20 -0800 Subject: [PATCH] Set bazel version to 0.20.0 --- tensorflow/tools/ci_build/install/install_bazel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/tools/ci_build/install/install_bazel.sh b/tensorflow/tools/ci_build/install/install_bazel.sh index 7472053209c..f45ac3eab37 100755 --- a/tensorflow/tools/ci_build/install/install_bazel.sh +++ b/tensorflow/tools/ci_build/install/install_bazel.sh @@ -15,7 +15,7 @@ # ============================================================================== # Select bazel version. -BAZEL_VERSION="0.18.0" +BAZEL_VERSION="0.20.0" set +e local_bazel_ver=$(bazel version 2>&1 | grep -i label | awk '{print $3}')