messense
messense
I think we can extend `--skip-auditwheel` to add some variants: * `--skip-auditwheel`: no functional change, deprecate it in favor of `--auditwheel=skip` * `--auditwheel=repair`: same as `--compability=XXX` w/o `--skip-auditwheel` * `--auditwheel=skip`:...
we can add a new cli option `--python-implementation` to select python impls to build wheels for, it should support these options: * cpython (enabled by default) * pypy * graalpy...
- [ ] Fix wheel tag naming: https://peps.python.org/pep-0730/#packaging - [ ] Respect `IPHONEOS_DEPLOYMENT_TARGET` env var
Probably because when repair the wheel maturin only tries paths from `-gcc --print-sysroot` and [`linked_paths` of cargo build script](https://doc.rust-lang.org/cargo/reference/external-tools.html#build-script-output), it does not take `-L` options in rust flags into consideration...
**Describe the bug** Observing the following error: ``` WinMan.InvalidDisplayReferenceException: The monitor previously identified by the handle 0x01A00577 has been destroyed. ---> System.ComponentModel.Win32Exception (0x80004005): Could not read the monitor information for...
Closes #325
TODO: * [ ] MachO specific `find_library` * http://clarkkromenaker.com/post/library-dynamic-loading-mac/ * https://matthew-brett.github.io/docosx/mac_runtime_link.html * https://github.com/tpoechtrager/cctools-port/tree/master/cctools/otool * [ ] PE specific `find_library` * https://stefanoborini.com/windows-dll-search-path/ * https://stmxcsr.com/dll-search-order.html
Actions run example: https://github.com/messense/milksnake/actions/runs/959819612