File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ jobs:
26
26
- os : macos-13
27
27
arch : x86_64
28
28
shell : bash
29
- - os : ubuntu-latest
29
+ - os : ubuntu-24.04
30
30
arch : i686
31
31
shell : bash
32
- - os : ubuntu-latest
32
+ - os : ubuntu-24.04
33
33
arch : x86_64
34
34
shell : bash
35
35
- os : windows-latest
64
64
env :
65
65
CIBW_ARCHS : ${{ matrix.arch }}
66
66
CIBW_BEFORE_BUILD : python scripts/build-ffmpeg.py /tmp/vendor --commercial --enable-cuda
67
- CIBW_BEFORE_BUILD_WINDOWS : python scripts\build-ffmpeg.py C:\cibw\vendor --commercial
67
+ CIBW_BEFORE_BUILD_WINDOWS : python scripts\build-ffmpeg.py C:\cibw\vendor --commercial --enable-cuda
68
68
CIBW_BUILD : cp39-*
69
69
CIBW_REPAIR_WHEEL_COMMAND_LINUX : LD_LIBRARY_PATH=/tmp/vendor/lib:$LD_LIBRARY_PATH auditwheel repair -w {dest_dir} {wheel}
70
70
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS : delvewheel repair --add-path C:\cibw\vendor\bin -w {dest_dir} {wheel}
Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ def main():
257
257
258
258
dest_dir = args .destination
259
259
community = args .community
260
- enable_cuda = args .enable_cuda and plat == "Linux"
260
+ enable_cuda = args .enable_cuda and plat in { "Linux" , "Windows" }
261
261
del args
262
262
263
263
output_dir = os .path .abspath ("output" )
You can’t perform that action at this time.
0 commit comments