The GitHub Actions job "mainline-only" on tvm-ffi.git/main has succeeded.
Run started by GitHub user tqchen (triggered by tqchen).

Head commit for run:
c4e07180c9c52b9c72a5a0e5be3c2a3b2326b9c8 / Tianqi Chen 
<[email protected]>
[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.

Report URL: https://github.com/apache/tvm-ffi/actions/runs/27784385632

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to