openbsd.yml: use system LibreSSL to save build time - #14641
Conversation
|
Should we exclude vendored openssl in Cargo for OpenBSD? |
This comment was marked as resolved.
This comment was marked as resolved.
|
GNU testsuite comparison: |
|
Vendored openssl prbably needs C-toolchain (#14449). However, I still think testing system libressl only on the CI (to save time) and setting vendored by default it still reasonable until someone submit official uutils-coreutils package to OpenBSD. (Our CI for MSYS2(Cygwin) tests system openssl only since the is no actual consumer for vendored openssl). |
|
We might need a change to [target.x86_64-unknown-openbsd]
linker = "x86_64-unknown-openbsd-gcc" |
|
I don't want to override user's choice (gcc, clang, etc...). |
I think we should fallback to pure Rust implementation for now, to make clippy happy. |
|
I disagree with such hack.
|
|
The OpenBSD CI failure was unrelated, I think this change makes sense though. |
|
Thanks! |
Closes #14640