On Sat, May 10, 2025 at 09:56:04AM -0400, Clint wrote: > Just upgraded to OpenBSD 7.7 using i386 and I noticed the certbot package is > no longer there for i386 but it is there for AMD64. > > I don't see anything in the ports mailing list archives on this. > > Before I go down the path of trying to migrate to acme-client can someone > confirm certbot is no longer an option on i386 with OpenBSD 7.7? >
Rust no longer builds on i386 because it runs out of memory during its build. certbot depends on pyca/cryptography which depends on Rust.