-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Cross-platform build openssl-sys v0.9.102 #76
Labels
question
Further information is requested
Comments
I have also added the open-ssl dependency in cargo.toml but cannot get it to work: Required for cross-compilation in our CI release pipeline[dependencies.openssl] |
It seems to be the same issue as sfackler/rust-openssl#2149. |
@taiki-e thank you so much for your quick response. I just compiled it and it works!!! I am so happy. For reference this is what worked for me:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The taiki-e upload action works great, I just have a small issue with Windows where I am getting a CI/CD build error that returns: openssl-sys v0.9.102
I tried out adding the openssl-sys crate and a lot of other things mentioned in the pull requests, but would greatly appreciate any help!
I have a public repository here:
https://github.com/davincios/tracer-cli
With the .github/workflow file here:
https://github.com/davincios/tracer-cli/blob/master/.github/workflows/cross-platform-release.yml
workflow file
CI/CD Logs
The text was updated successfully, but these errors were encountered: