Skip to content

Commit c12df2d

Browse files
chenrui333facebook-github-bot
authored andcommitted
build: bump bazel to 4.2.1 (pytorch#64455)
Summary: Pull Request resolved: pytorch#64455 Reviewed By: saketh-are Differential Revision: D30752580 Pulled By: malfet fbshipit-source-id: 4f5cc6f820396348181c09463f7e5628b5f69471
1 parent 63b180b commit c12df2d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.bazelversion

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.0
1+
4.2.1

.jenkins/pytorch/common_utils.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ function file_diff_from_base() {
7070

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

7777
chmod +x tools/bazel
7878
}

0 commit comments

Comments
 (0)