Skip to content

Commit a10ce22

Browse files
malfetpytorchmergebot
authored andcommitted
[BE] Update bazelisk and bazel versions (pytorch#140992)
bazelisk from 1.16 to 1.23 bazel from 6.1.1 to 6.5.0 Pull Request resolved: pytorch#140992 Approved by: https://github.com/izaitsevfb, https://github.com/huydhn
1 parent 0fcd024 commit a10ce22

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-
6.1.1
1+
6.5.0

.ci/pytorch/common_utils.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ function get_bazel() {
105105
# version of Bazelisk to fetch the platform specific version of
106106
# Bazel to use from .bazelversion.
107107
retry curl --location --output tools/bazel \
108-
https://raw.githubusercontent.com/bazelbuild/bazelisk/v1.16.0/bazelisk.py
108+
https://raw.githubusercontent.com/bazelbuild/bazelisk/v1.23.0/bazelisk.py
109109
shasum --algorithm=1 --check \
110-
<(echo 'd4369c3d293814d3188019c9f7527a948972d9f8 tools/bazel')
110+
<(echo '01df9cf7f08dd80d83979ed0d0666a99349ae93c tools/bazel')
111111
chmod u+x tools/bazel
112112
}
113113

0 commit comments

Comments
 (0)