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
With aws-lc-rs enabled by a default feature and therefore impossible to disable without forking all intermediate crates, there is no way to remove it form the crate graph.
Including it causes linker errors due to erroneously exported symbols:
I don't think that is proportionate or reasonable.
Especially as the issue is equally boring-sys's problem (it is not a bona-fide -sys crate -- it builds and includes the boringssl code itself). It takes two crates to fail to prefix all their symbols for this issue to occur (see, eg, cloudflare/boring#197 ).
With
aws-lc-rs
enabled by a default feature and therefore impossible to disable without forking all intermediate crates, there is no way to remove it form the crate graph.Including it causes linker errors due to erroneously exported symbols:
aws/aws-lc-rs#446
This breaks all downstream crates of rustls which use boring-sys.
The text was updated successfully, but these errors were encountered: