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
I was going to PR a simple change for this but I decided to create a discussion here first:
Since I prefer using AWS-LC which has better QUIC support and other various improvments, I tried to cargo install zellij but was given an error relating to perl dependencies which means zellij is trying to compile openssl from source. The only change needed to make this work better would be move the vendored feature from zellij-utils to the root crate. Then it can toggled on via something like cargo install zellij --features vendored-ssl.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I was going to PR a simple change for this but I decided to create a discussion here first:
Since I prefer using AWS-LC which has better QUIC support and other various improvments, I tried to
cargo install zellij
but was given an error relating to perl dependencies which means zellij is trying to compile openssl from source. The only change needed to make this work better would be move the vendored feature from zellij-utils to the root crate. Then it can toggled on via something likecargo install zellij --features vendored-ssl
.Related: theoparis@5e879dd
Beta Was this translation helpful? Give feedback.
All reactions