Skip to content

Consider compiling with musl or an older libc #144

Description

@autarch

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).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions