-
Notifications
You must be signed in to change notification settings - Fork 213
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
OpenSSL? linking error on build #117
Comments
If someone wants to help fix this you're doing God's work 🙏 |
Found this issue: briansmith/ring#1444 |
In your Cargo.lock, you can see there are two versions of ring: Ancient 0.16.20, and newer 0.17.8. Try to figure out how to update your intermediate dependencies so that none of the ones that depend on 0.16.20 needed any more. This should cause 0.16.20 to drop out of your build. And then it will probably work. (GFp_* symbols are from ring 0.16.x, which isn't supported any more.) |
Wow thanks so much! |
Started yesterday in CI. I didn't change anything so it's probably some weird issue with the Docker base images getting rebuilt.
The text was updated successfully, but these errors were encountered: