You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This probably makes a really negligible difference and compared to the effort of reimplementing the cross logic in nix, I highly doubt that that is worth it. Also keeping close to the build system upstream uses makes sure that we don't introduce subtle bugs and can easier report issues to upstream.
As you wrote earlier, reducing the duplicated builds done by tests would be much more worth wile and the decreased build time for every package would be wort wile. There is already an issue for that here #291222
most rust packages depend on
pkg-config
so that theopenssl-sys
crate can findopenssl
.however, one alternative is to tell it where openssl is directly:
if this attrset was added as a field on
openssl.passthru
, it could potentially be used by rust crates to speed up the build process a moderate amount.The text was updated successfully, but these errors were encountered: