1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-20 06:25:24 +00:00

update bazel version

This commit is contained in:
Darien Raymond 2019-02-28 21:12:20 +01:00
parent 8f6637b824
commit d21d02d0e0
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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