diff --git a/.bazelversion b/.bazelversion index f3b5af39e430..f22d756da39d 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1 +1 @@ -6.1.1 +6.5.0 diff --git a/.ci/pytorch/common_utils.sh b/.ci/pytorch/common_utils.sh index 2f9b24176a50..643fca3e4080 100644 --- a/.ci/pytorch/common_utils.sh +++ b/.ci/pytorch/common_utils.sh @@ -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 }