File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ COMMIT_HASH = $(shell git log -1 --format=%h)
88COPYRIGHT = "Garena Online Private Limited"
99BAZELOPT =
1010BAZELISK_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
1212BAZEL = USE_BAZEL_VERSION=$(BAZEL_VERSION ) $(BAZELISK_BIN )
1313DATE = $(shell date "+% Y-% m-% d")
1414DOCKER_TAG = $(DATE ) -$(COMMIT_HASH )
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments