On Sat, 10 May 2025, at 18:50, Theo Buehler wrote: > Rust no longer builds on i386 because it runs out of memory during its > build. certbot depends on pyca/cryptography which depends on Rust.
When building Rust on Alpine Linux, I've found that the peak memory used is proportional to the amount of JOBS used. Reducing the amount of JOBS reduces the memory used and avoids running out of memory on a few architectures. I don't have an i386 OpenBSD installation to try this out, but it's likely worth trying the same workaround. -- Hugo

