Commit 1ddb70f9 authored by Omkar Salpekar's avatar Omkar Salpekar Committed by Facebook GitHub Bot
Browse files

[Nova] Remove the old caller GitHub Actions Linux wheels/conda Build Workflows (#2660)

Summary:
We moved over to a new design for release workflows that encompass all the build logic in the test-infra repo (apart from custom pre-build and post-build scripts). Thus, we no longer need these caller workflows in the audio repo. This PR removes them entirely.

Pull Request resolved: https://github.com/pytorch/audio/pull/2660

Reviewed By: seemethere

Differential Revision: D39392456

Pulled By: osalpekar

fbshipit-source-id: a8bdeb4738b91666abcdc883f6f8f1bf359f1d42
parent 3b194f68
name: Build TorchAudio Linux Conda Binaries
on:
workflow_dispatch:
jobs:
run-reusable-build-workflow:
uses: pytorch/test-infra/.github/workflows/build_conda_linux_reusable.yml@main
with:
domain: "torchaudio"
docker_image: "pytorch/conda-builder:cpu"
python_version: "3.8"
gpu_arch_version: "cpu"
name: Build TorchAudio Linux Wheels
on:
workflow_dispatch:
jobs:
binary_linux_wheel_py3_8_cu116:
uses: pytorch/test-infra/.github/workflows/build_wheels_linux_reusable.yml@main
with:
repository: "audio"
docker_image: "pytorch/manylinux-cuda116"
python_version: "3.8"
gpu_arch_version: "cu116"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment