-
-
Notifications
You must be signed in to change notification settings - Fork 312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cargo fails to install #592
Comments
Thanks for reporting, it's good to know that openssl can cause trouble (probably along with all other C dependencies). A a workaround, you can try This probably means that there should be a pure-Rust version optimized for performance one day, maybe even as the default. Please note that I am closing this issue as there is nothing I can do at this time to support each and every platform while C toolchains are involved. |
Alright it seems like the error is a general OpenSSL error on Fedora. The solution is to install perl using |
…toxideLabs#592) As opposed to the `small` option, it comes with all the features but avoids anything written in C (as far as we know), which should make building easier as it should only invoke the Rust compiler.
Duplicates
Current behavior 😯
When running
cargo quickinstall
orcargo install
on Fedora 36, gitoxide both fails to find a binary release, and fails to build.Output:
Expected behavior 🤔
Gitoxide shouldn't have build errors
Steps to reproduce 🕹
rustup update
cargo quickinstall gitoxide
The text was updated successfully, but these errors were encountered: