Skip to content

Commit

Permalink
Update bazel to 3.1.0 (pytorch#37951)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: pytorch#37951

Differential Revision: D21439260

Pulled By: malfet

fbshipit-source-id: 77bcb5a28a29482f6e44c01e3dafd24d24ee7ec3
  • Loading branch information
malfet authored and facebook-github-bot committed May 7, 2020
1 parent 56fc347 commit 3cc5062
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 @@
2.2.0
3.1.0
4 changes: 2 additions & 2 deletions .jenkins/pytorch/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,9 @@ function file_diff_from_base() {
function get_bazel() {
# download bazel version
wget https://github.com/bazelbuild/bazel/releases/download/2.2.0/bazel-2.2.0-linux-x86_64 -O tools/bazel
wget https://github.com/bazelbuild/bazel/releases/download/3.1.0/bazel-3.1.0-linux-x86_64 -O tools/bazel
# verify content
echo 'b2f002ea0e6194a181af6ac84cd94bd8dc797722eb2354690bebac92dda233ff tools/bazel' | sha256sum --quiet -c
echo '753434f4fa730266cf5ce21d1fdd425e1e167dd9347ad3e8adc19e8c0d54edca tools/bazel' | sha256sum --quiet -c
chmod +x tools/bazel
}

0 comments on commit 3cc5062

Please sign in to comment.