We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c164fbc commit 9ba0a89Copy full SHA for 9ba0a89
.jenkins/pytorch/build.sh
@@ -259,7 +259,7 @@ if [[ "${BUILD_ENVIRONMENT}" == *xla* ]]; then
259
# XLA build requires Bazel
260
# We use bazelisk to avoid updating Bazel version manually.
261
sudo npm install -g @bazel/bazelisk
262
- sudo ln -s "$(command -v bazelisk)" /usr/bin/bazel
+ sudo ln -sf "$(command -v bazelisk)" /usr/bin/bazel
263
264
# Install bazels3cache for cloud cache
265
sudo npm install -g bazels3cache
0 commit comments