Skip to content

Commit d7628f1

Browse files
committed
Remove unneeded scripts
1 parent 5819903 commit d7628f1

File tree

6 files changed

+1
-172
lines changed

6 files changed

+1
-172
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,10 @@ jobs:
3838
test-infra-repository: pytorch/test-infra
3939
test-infra-ref: main
4040
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
41-
pre-script: packaging/pre_build_script.sh
42-
post-script: packaging/post_build_script.sh
43-
smoke-test-script: packaging/fake_smoke_test.py
4441
package-name: torchaudio
4542
trigger-event: ${{ github.event_name }}
4643
build-platform: "python-build-package"
47-
build-command: "BUILD_AGAINST_ALL_FFMPEG_FROM_S3=1 ENABLE_CUDA=1 python -m build --wheel -vvv --no-isolation"
44+
build-command: "python -m build --wheel -vvv --no-isolation"
4845

4946
build-docs:
5047
runs-on: linux.4xlarge.nvidia.gpu

packaging/check_glibcxx.py

Lines changed: 0 additions & 68 deletions
This file was deleted.

packaging/fake_smoke_test.py

Lines changed: 0 additions & 7 deletions
This file was deleted.

packaging/helpers.sh

Lines changed: 0 additions & 35 deletions
This file was deleted.

packaging/post_build_script.sh

Lines changed: 0 additions & 49 deletions
This file was deleted.

packaging/pre_build_script.sh

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)