Matthieu Darbois
Matthieu Darbois
@jmarrec, why the change from always using universal2 installers on arm64 ?
that seems like a different issue. universal2 installer provides dual arch (x86_64 & arm64). Do you have a repro for this ?
This wouldn't be solved by #582 in its current state I think. It would likely require to implement a second pass once we have the results from all `ldd` calls...
This will break some users, holding for a future major or minor release.
Something like 3.3 sounds good
The doc is clear about the expectation for tests but indeed does not explicitly say anything about build. Builds are always done from the native architecture for now so you're...
I'm not sure why this had an impact as you mentioned in https://github.com/pypa/cibuildwheel/issues/2663#issuecomment-3571618005, maybe we should add a backend test (meson-python, scikit-build-core, maturin) ? `uv` is still used directly in...
auditwheel wouldn't know how to mangle this, probably skip mangling in this case which might not be a good idea depending on the libraries being copied. This would require passing...
Thanks @jvolkman Sorry not to have done this sooner. The time I have to work on auditwheel is pretty limited.
Should the docs be removed altogether or a warning added ?