tlopex opened a new pull request, #19664:
URL: https://github.com/apache/tvm/pull/19664

   The single-line 'bash -c' form is hard to read and edit; rewrite it as a 
readable multiline command. Functionally equivalent to the previous inline 
version: delocate the wheel, then ad-hoc re-sign every bundled Mach-O and 
repack.
   
   The re-sign step is required because delocate's edits invalidate the ad-hoc 
signature of tvm/lib/libtvm_runtime.dylib (it LC_LOADs the excluded 
@rpath/libtvm_ffi.dylib, which ships in the separate apache-tvm-ffi package), 
and arm64 dyld SIGKILLs an invalidly-signed Mach-O on import. 'wheel' is 
installed explicitly since it is absent from cibuildwheel's repair venv, and 
the delocated wheel is located by glob since delocate may retag it.


-- 
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]

Reply via email to