Skip to content

Commit cd6167f

Browse files
Ailing Zhangfacebook-github-bot
authored andcommitted
Upgrade bazel to 1.2.0. (pytorch#30885)
Summary: Companion diff for pytorch/xla#1464. Should land only after the pytorch/xla PR is in. Pull Request resolved: pytorch#30885 Differential Revision: D18866835 Pulled By: ailzhang fbshipit-source-id: 51f4d2770f8ef873a659579ddd81a42957ffb885
1 parent 7b97eae commit cd6167f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.jenkins/pytorch/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ if [[ "${BUILD_ENVIRONMENT}" == *xla* ]]; then
256256
# Bazel dependencies
257257
sudo apt-get -qq install pkg-config zip zlib1g-dev unzip
258258
# XLA build requires Bazel
259-
wget https://github.com/bazelbuild/bazel/releases/download/0.24.1/bazel-0.24.1-installer-linux-x86_64.sh
259+
wget https://github.com/bazelbuild/bazel/releases/download/1.1.0/bazel-1.1.0-installer-linux-x86_64.sh
260260
chmod +x bazel-*.sh
261261
sudo ./bazel-*.sh
262262
BAZEL="$(which bazel)"

0 commit comments

Comments
 (0)