Skip to content

Commit

Permalink
build: bump bazel to 4.2.1 (pytorch#64455)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: pytorch#64455

Reviewed By: saketh-are

Differential Revision: D30752580

Pulled By: malfet

fbshipit-source-id: 4f5cc6f820396348181c09463f7e5628b5f69471
  • Loading branch information
chenrui333 authored and facebook-github-bot committed Sep 10, 2021
1 parent 63b180b commit c12df2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.0
4.2.1
4 changes: 2 additions & 2 deletions .jenkins/pytorch/common_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ function file_diff_from_base() {

function get_bazel() {
# download bazel version
wget https://github.com/bazelbuild/bazel/releases/download/4.1.0/bazel-4.1.0-linux-x86_64 -O tools/bazel
wget https://github.com/bazelbuild/bazel/releases/download/4.2.1/bazel-4.2.1-linux-x86_64 -O tools/bazel
# verify content
echo '0eb2e378d2782e7810753e2162245ad1179c1bb12f848c692b4a595b4edf779b tools/bazel' | sha256sum --quiet -c
echo '1a4f3a3ce292307bceeb44f459883859c793436d564b95319aacb8af1f20557c tools/bazel' | sha256sum --quiet -c

chmod +x tools/bazel
}
Expand Down

0 comments on commit c12df2d

Please sign in to comment.