Skip to content

Commit

Permalink
build: use Bazel 3.0.0 for autosynth builds (#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 authored May 7, 2020
1 parent be74d3e commit 4674113
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .kokoro-autosynth/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ cd ${KOKORO_ARTIFACTS_DIR}/github/synthtool
# Upgrade the NPM version
sudo npm install -g npm

# Install bazel 1.2.0
# Install bazel 3.0.0
mkdir -p ~/bazel
curl -L https://github.com/bazelbuild/bazel/releases/download/1.2.0/bazel-1.2.0-linux-x86_64 -o ~/bazel/bazel
curl -L https://github.com/bazelbuild/bazel/releases/download/3.0.0/bazel-3.0.0-linux-x86_64 -o ~/bazel/bazel
chmod +x ~/bazel/bazel
export PATH=~/bazel:"$PATH"

Expand Down

0 comments on commit 4674113

Please sign in to comment.