-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Additional build-time package dependencies #316
Comments
For the openssl crate, you should be able to use the |
In this case I have a dependency on I'm super green on Rust (I live in Ruby land, probably unsurprisingly) - but am I mistaken in thinking that required external package dependencies would be a common issue in this case? |
I'm pretty sure rustls would not require the ssl libs at all, since it's a pure rust dependency... either way, if you add:
that will make it so the ssl libs are always vendored for all deps. |
Looking at the gem now, try |
Also, you may be able to use rustls still, i think you would need to set sorry for the spam |
Feel free to take a look at the failed action run if you are interested in the build failure. 3 of the 6 build targets failed, I rolled back the dependency change and things were back to normal. Regardless, though, I appreciate the suggestions, I will give them a try. |
I'm in need of
libssl-dev
for cross-compile targets likex86_64-linux
, but I don't see any obvious way to include them in the build step.The text was updated successfully, but these errors were encountered: