Commit c4e0718
authored
[CI] Ignore existing DLLs in Windows wheel repair (#635)
Windows wheel repair started failing under the current
cibuildwheel/delvewheel stack with:
```text
FileNotFoundError: Unable to find library: tvm_ffi_testing.dll
```
`tvm_ffi_testing.dll` is already shipped inside the wheel under
`tvm_ffi/lib/`. Configure the Windows repair command to pass
`--ignore-existing`, so delvewheel does not try to rediscover DLLs that
are already bundled in the wheel while repairing `tvm_ffi/core*.pyd`.
Validation:
- Manually triggered Windows wheel workflow on `tqchen/tvm-ffi:main`
passed with this change.
- `pre-commit run --all-files` passed locally.1 parent fcd5ab4 commit c4e0718
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
| 256 | + | |
256 | 257 | | |
257 | 258 | | |
258 | 259 | | |
| |||
0 commit comments