[BE] Update bazelisk and bazel versions (#140992)

bazelisk from 1.16 to 1.23
bazel from 6.1.1 to 6.5.0
Pull Request resolved: https://github.com/pytorch/pytorch/pull/140992
Approved by: https://github.com/izaitsevfb, https://github.com/huydhn
This commit is contained in:
Nikita Shulga
2024-11-19 03:40:53 +00:00
committed by PyTorch MergeBot
parent 0fcd024f59
commit a10ce22577
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
6.1.1
6.5.0

View File

@ -105,9 +105,9 @@ function get_bazel() {
# version of Bazelisk to fetch the platform specific version of
# Bazel to use from .bazelversion.
retry curl --location --output tools/bazel \
https://raw.githubusercontent.com/bazelbuild/bazelisk/v1.16.0/bazelisk.py
https://raw.githubusercontent.com/bazelbuild/bazelisk/v1.23.0/bazelisk.py
shasum --algorithm=1 --check \
<(echo 'd4369c3d293814d3188019c9f7527a948972d9f8 tools/bazel')
<(echo '01df9cf7f08dd80d83979ed0d0666a99349ae93c tools/bazel')
chmod u+x tools/bazel
}