Skip to content

Commit 141063f

Browse files
committed
Upgrade Bazel to 6.6.0
1 parent ebbcf1e commit 141063f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ COMMIT_HASH = $(shell git log -1 --format=%h)
88
COPYRIGHT = "Garena Online Private Limited"
99
BAZELOPT =
1010
BAZELISK_BIN = $(shell command -v bazelisk 2>/dev/null || echo $(HOME)/go/bin/bazelisk)
11-
BAZEL_VERSION = 6.0.0
11+
BAZEL_VERSION = 6.6.0
1212
BAZEL = USE_BAZEL_VERSION=$(BAZEL_VERSION) $(BAZELISK_BIN)
1313
DATE = $(shell date "+%Y-%m-%d")
1414
DOCKER_TAG = $(DATE)-$(COMMIT_HASH)

docs/content/build.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ or `golang <https://golang.org/doc/install>`_ with version >= 1.16:
5050
# then follow the instructions on golang official website
5151
go env -w GOPROXY=https://goproxy.cn
5252
53-
wget https://mirrors.huaweicloud.com/bazel/6.0.0/bazel-6.0.0-linux-x86_64
54-
chmod +x bazel-6.0.0-linux-x86_64
53+
wget https://mirrors.huaweicloud.com/bazel/6.6.0/bazel-6.6.0-linux-x86_64
54+
chmod +x bazel-6.6.0-linux-x86_64
5555
mkdir -p $HOME/go/bin
56-
mv bazel-6.0.0-linux-x86_64 $HOME/go/bin/bazel
56+
mv bazel-6.6.0-linux-x86_64 $HOME/go/bin/bazel
5757
5858
export PATH=$PATH:$HOME/go/bin # or write to .bashrc / .zshrc
5959

0 commit comments

Comments
 (0)