Skip to content

Commit ecb5cb9

Browse files
committed
.
1 parent f1cf7c3 commit ecb5cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux_cuda_wheel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
package-name: torchcodec
5454
trigger-event: ${{ github.event_name }}
5555
build-platform: "python-build-package"
56-
build-command: "BUILD_AGAINST_ALL_FFMPEG_FROM_S3=1 ENABLE_CUDA=1 LDFLAGS=\"-Wl,--allow-shlib-undefined -Wl,-rpath,$CONDA_PREFIX/lib -Wl,-rpath-link,$CONDA_PREFIX/lib -L$CONDA_PREFIX/lib\" python -m build --wheel -vvv --no-isolation"
56+
build-command: "BUILD_AGAINST_ALL_FFMPEG_FROM_S3=1 ENABLE_CUDA=1 python -m build --wheel -vvv --no-isolation"
5757

5858
install-and-test:
5959
runs-on: linux.4xlarge.nvidia.gpu

0 commit comments

Comments
 (0)