We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fcd024 commit a10ce22Copy full SHA for a10ce22
.bazelversion
@@ -1 +1 @@
1
-6.1.1
+6.5.0
.ci/pytorch/common_utils.sh
@@ -105,9 +105,9 @@ function get_bazel() {
105
# version of Bazelisk to fetch the platform specific version of
106
# Bazel to use from .bazelversion.
107
retry curl --location --output tools/bazel \
108
- https://raw.githubusercontent.com/bazelbuild/bazelisk/v1.16.0/bazelisk.py
+ https://raw.githubusercontent.com/bazelbuild/bazelisk/v1.23.0/bazelisk.py
109
shasum --algorithm=1 --check \
110
- <(echo 'd4369c3d293814d3188019c9f7527a948972d9f8 tools/bazel')
+ <(echo '01df9cf7f08dd80d83979ed0d0666a99349ae93c tools/bazel')
111
chmod u+x tools/bazel
112
}
113
0 commit comments