tqchen opened a new pull request, #635: URL: https://github.com/apache/tvm-ffi/pull/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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
