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 running release workflows on an older version of Ubuntu (to avoid glibc versioning issues) #1466

Open
vorporeal opened this issue May 21, 2024 · 1 comment

Comments

@vorporeal
Copy link

Tried to use the pre-built wasm-split binary in our application's release workflow and ran into glibc versioning issues due to the fact that we run our workflows on Ubuntu 20.04 and y'all use ubuntu-latest to build release binaries.

It would be worth trying to use ubuntu-20.04 as the value of runs-on instead of ubuntu-latest, as it'll allow the compiled binary to run on older distributions of Linux that include older versions of glibc.

(We're using cargo install to build the binary from source, but it would be nicer/faster to use the official pre-compiled one instead.)

@loewenheim
Copy link
Contributor

loewenheim commented May 21, 2024

Hi, thank you for the suggestion! We'll discuss it.

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

No branches or pull requests

2 participants