Skip to content

Build binary to be compatible with downlevel Linux#175

Merged
lann merged 1 commit intobytecodealliance:mainfrom
itowlson:build-for-compatibility
Oct 20, 2025
Merged

Build binary to be compatible with downlevel Linux#175
lann merged 1 commit intobytecodealliance:mainfrom
itowlson:build-for-compatibility

Conversation

@itowlson
Copy link
Copy Markdown
Contributor

Fixes #158.

Building on ubuntu-latest results in the binary being dependent on the latest version(s) of glibc. When a user running Ubuntu 22 (me. it's me) runs the wkg binary, it fails with wkg: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.39' not found (required by wkg)`.

By building on ubuntu-22.04, we maximise compatibility across Ubuntu versions.

@lann lann merged commit 5b80fab into bytecodealliance:main Oct 20, 2025
3 checks passed
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

Successfully merging this pull request may close these issues.

cargo binstall fails with glibc error

2 participants