Update bazel version for kokoro build to 3.0.0.
(Hoping that will help with java 11 failures) PiperOrigin-RevId: 305950091
This commit is contained in:
parent
ab869e90c6
commit
13736ead90
|
|
@ -7,7 +7,7 @@ set -e
|
|||
#
|
||||
mkdir ${KOKORO_ROOT}/tools
|
||||
cd ${KOKORO_ROOT}/tools
|
||||
curl -L https://github.com/bazelbuild/bazel/releases/download/2.0.0/bazel-2.0.0-linux-x86_64 -o bazel
|
||||
curl -L https://github.com/bazelbuild/bazel/releases/download/3.0.0/bazel-3.0.0-linux-x86_64 -o bazel
|
||||
chmod +x bazel
|
||||
mkdir bazel_root
|
||||
cd -
|
||||
|
|
|
|||
Loading…
Reference in New Issue