cryptography
cryptography copied to clipboard
Wheel package of musl armv7l architecture
I found that cryptography only provides x86_64 and aarch64 architecture support on musl. In some embedded Linux devices, due to the volume problem, they will use musl as the c library, such as openwrt, etc.
I want to know why cryptography does not currently provide the wheel pre-compiled package of musl armv7l architecture. I can work normally through cross-compilation, but the construction process is quite complicated. Is this a technical limitation?
We weren't sure if this was a use. I'll look at adding it.
Thank you very much. I will look forward to it.
first step: adding docker images https://github.com/pyca/infra/pull/698
Ok, the long pole in this tent appears to be that Rust currently lacks a maintainer for the armv7 musl target, which is a blocker to promoting it to "Tier 2 With Host Tools", which is a blocker to integrating it into our test+build process.