mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-15 21:00:47 +00:00
Disable XLA builds (#80099)
As they are constantly failing to download llvm release from https://storage.googleapis.com: ``` Error in download_and_extract: java.io.IOException: Error downloading [9c6a2f2966.tar.gz,9c6a2f2966.tar.gz] to /home/jenkins/.cache/bazel/_bazel_jenkins/b463291cb8b07b4bfde1e3a43733cd1a/external/llvm-raw/temp10926951092717297163/9c6a2f29660b886044a267bb4de662cd801079bc.tar.gz: Read timed out Loading: 0 packages loaded ``` cc: @JackCaoG Pull Request resolved: https://github.com/pytorch/pytorch/pull/80099 Approved by: https://github.com/janeyx99
This commit is contained in:
parent
491625b3da
commit
afdd83efcb
1 changed files with 1 additions and 0 deletions
1
.github/workflows/pull.yml
vendored
1
.github/workflows/pull.yml
vendored
|
|
@ -209,6 +209,7 @@ jobs:
|
|||
build-generates-artifacts: false
|
||||
|
||||
linux-bionic-py3_7-clang8-xla-build:
|
||||
if: false
|
||||
name: linux-bionic-py3_7-clang8-xla
|
||||
uses: ./.github/workflows/_linux-build.yml
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue