-
Notifications
You must be signed in to change notification settings - Fork 11
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
Linux release requires GLibc 2.34 #7
Comments
glibc is the new dot-net.. |
I guess we need to build with musl then. Thanks for testing. |
Unfortunately I currently don't have access to my linux box on the attic. Would it work to just install with musl?
Tried this locally and it works, but for some weird reason my mac does not like the binary then... :-) |
Building against |
I have tried to run Linux x86_64 release, and it failed on a system with glibc 2.31:
Maybe build with
cargo-zigbuild
to get a static binary?Otherwise at least build in an Ubuntu 18.04 container or something like this, but then it would not be runnable in Alpine Linux containers with musl libc.
I am using
zig
toolchain here withoutcargo-zigbuild
, works pretty well and runs on any Linux:https://github.com/deltachat/deltachat-core-rust/blob/280f13b8cf85e933c994f819ad6fae2823a563a0/scripts/zig-rpc-server.sh
https://github.com/deltachat/deltachat-core-rust/blob/280f13b8cf85e933c994f819ad6fae2823a563a0/scripts/zig-cc
The text was updated successfully, but these errors were encountered: