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

Consider compiling with musl or an older libc #144

Open
autarch opened this issue Jul 5, 2024 · 0 comments
Open

Consider compiling with musl or an older libc #144

autarch opened this issue Jul 5, 2024 · 0 comments

Comments

@autarch
Copy link
Contributor

autarch commented Jul 5, 2024

It looks like the latest release was compiled against a very recent glibc on Linux, and so it doesn't run on Ubuntu 20.04. It'd be nice to support slightly older distros like this one.

I think the best option is to take advantage of Rust's easy-to-use musl support and compile with that. But alternatively, I think you could just specify ubuntu-20.04 in your GH Actions YAML instead of ubuntu-latest (which is 22.04 right now).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant