Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade bazel to 3.2 #3782

Merged
merged 1 commit into from
Jun 11, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tools/install_bazel
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ MACH="$(uname -m)"

mkdir -p ~/bin

BAZEL_VER=1.2.0
BAZEL_CKSUM=34eb178663a9f9c6765db72dd58958cdac64c5f08dd51e5b67e28d466079bd1e
BAZEL_VER=3.2.0
BAZEL_CKSUM=db0201df83ae6a9f6c19a9103edaeb6b7ce228040244b90a6e3b1c85da4a2152
BAZEL_FILE="bazel-${BAZEL_VER}-linux-${MACH}"
BAZEL_URL=https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VER}/${BAZEL_FILE}

Expand Down