Browse Source

update bazel version

pull/2034/head^2
Darien Raymond 6 years ago
parent
commit
d21d02d0e0
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
  1. 2
      azure-pipelines.yml
  2. 2
      release/release-ci.sh

2
azure-pipelines.yml

@ -53,7 +53,7 @@ jobs:
variables:
GOPATH: '$(system.defaultWorkingDirectory)'
BAZEL_VER: '0.22.0'
BAZEL_VER: '0.23.0'
steps:
- checkout: none

2
release/release-ci.sh

@ -26,7 +26,7 @@ VUSER=$(getattr "b_user" "project")
mkdir -p /v2/build
pushd /v2/build
BAZEL_VER=0.17.2
BAZEL_VER=0.23.0
curl -L -O https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VER}/bazel-${BAZEL_VER}-installer-linux-x86_64.sh
chmod +x bazel-${BAZEL_VER}-installer-linux-x86_64.sh
./bazel-${BAZEL_VER}-installer-linux-x86_64.sh

Loading…
Cancel
Save