We now depend on native openssl again #5562
Labels
I2-bug
The node fails to follow expected behavior.
I10-unconfirmed
Issue might be valid, but it's not yet known.
Is there an existing issue?
Experiencing problems? Have you tried our Stack Exchange first?
Description of bug
Unfortunately we moved to
str0m
and now polkadot-sdk depends on the native openssl to compile:This reduces the set of computers where polkadot-sdk compiles without intervention. We've done well to get off openssl by default. It would be a shame to have to pick up having to configure this native dependency again across all machines that build substrate in the world.
Either we should move away from
str0m
or find some way that we can use pure rust crypto with it ( algesten/str0m#326 ).Steps to reproduce
cargo build --workspace
The text was updated successfully, but these errors were encountered: