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 9fb4035 commit b0bc30dCopy full SHA for b0bc30d
.github/workflows/wheel.yaml
@@ -47,12 +47,11 @@ jobs:
47
test-infra-ref: main
48
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
49
post-script: packaging/post_build_script.sh
50
- env-var-script: packaging/env_var_script.sh
51
smoke-test-script: packaging/fake_smoke_test.py
52
package-name: torchcodec
53
trigger-event: ${{ github.event_name }}
54
build-platform: "python-build-package"
55
- wheel-build-extra-args: "-vvv --no-isolation"
+ build-command: "BUILD_AGAINST_ALL_FFMPEG_FROM_S3=1 python -m build --wheel -vvv --no-isolation"
56
57
install-and-test:
58
runs-on: ubuntu-latest
packaging/env_var_script.sh
0 commit comments