We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63b180b commit c12df2dCopy full SHA for c12df2d
.bazelversion
@@ -1 +1 @@
1
-3.1.0
+4.2.1
.jenkins/pytorch/common_utils.sh
@@ -70,9 +70,9 @@ function file_diff_from_base() {
70
71
function get_bazel() {
72
# 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
+ wget https://github.com/bazelbuild/bazel/releases/download/4.2.1/bazel-4.2.1-linux-x86_64 -O tools/bazel
74
# verify content
75
- echo '0eb2e378d2782e7810753e2162245ad1179c1bb12f848c692b4a595b4edf779b tools/bazel' | sha256sum --quiet -c
+ echo '1a4f3a3ce292307bceeb44f459883859c793436d564b95319aacb8af1f20557c tools/bazel' | sha256sum --quiet -c
76
77
chmod +x tools/bazel
78
}
0 commit comments