mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 04:44:13 +08:00
[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:
committed by
PyTorch MergeBot
parent
0fcd024f59
commit
a10ce22577
@ -1 +1 @@
|
||||
6.1.1
|
||||
6.5.0
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user