cryptography icon indicating copy to clipboard operation
cryptography copied to clipboard

Wheel package of musl armv7l architecture

Open dnomd343 opened this issue 5 months ago • 3 comments

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?

dnomd343 avatar Jun 15 '25 12:06 dnomd343

We weren't sure if this was a use. I'll look at adding it.

alex avatar Jun 15 '25 12:06 alex

Thank you very much. I will look forward to it.

dnomd343 avatar Jun 15 '25 12:06 dnomd343

first step: adding docker images https://github.com/pyca/infra/pull/698

alex avatar Jun 15 '25 12:06 alex

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.

alex avatar Jun 23 '25 11:06 alex