junrushao opened a new pull request, #319: URL: https://github.com/apache/tvm-ffi/pull/319
Bug detected in: https://github.com/apache/tvm-ffi/actions/runs/20001883512/workflow In fact, checking `${guess}/cmake` is not a reliable way to locate source directory of apache-tvm-ffi wheel, because the cmake directory actually lives under `${guess}/share/cmake` in the wheel. This PR switches to `${guess}/src`, which always reliably locates in the same relative path. -- 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]
