Replies: 2 comments 5 replies
-
This should probably be prioritized now that openssl3 is the dominant version of openssl #973 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Is there a way to custom build an image based on 22.04? 20.04's pretty old now. 😢 |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When will cross update their images to use Ubuntu 22.04, GitHub has updated their
ubuntu-latest
action runner image to 22.04, the latest LTS release of Ubuntu.I need to cross compile using OpenSSL v3 rather than v1 as most distros have switched now, and I need
libcrypto
which isn't provided by the openssl vendored crate.This is my current cross config:
Which links to
libcrypto.so.1.0.0
notlibcrypto.so.3
Beta Was this translation helpful? Give feedback.
All reactions