You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
The text was updated successfully, but these errors were encountered:
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 useubuntu-latest
to build release binaries.It would be worth trying to use
ubuntu-20.04
as the value ofruns-on
instead ofubuntu-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.)The text was updated successfully, but these errors were encountered: