Skip to content
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

aarch64 build #10

Closed
kwaa opened this issue Jan 30, 2024 · 1 comment
Closed

aarch64 build #10

kwaa opened this issue Jan 30, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@kwaa
Copy link
Member

kwaa commented Jan 30, 2024

OK, another OpenSSL compatibility issue.

The cross-rs/cross image is based on a very old system (Ubuntu 20.04 / 18.04), and the newer systems use libssl3 instead of libssl1.1, which is not installable.

I'm afraid I can only provide x86_64 builds at the moment.

cross-rs/cross#973
LemmyNet/activitypub-federation-rust#49

@kwaa kwaa added bug Something isn't working help wanted Extra attention is needed labels Jan 30, 2024
@kwaa
Copy link
Member Author

kwaa commented Jan 31, 2024

Fixed by using openssl = { version = "*", features = ["vendored"] } and cargo-zigbuild.

@kwaa kwaa closed this as completed Jan 31, 2024
@kwaa kwaa removed the help wanted Extra attention is needed label Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant