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
This error occurs because by default, rust dynamically links to glibc (its quite annoying when distributing binaries). You should be able to use the biome-linux-x64-musl binary from the releases, because those are completely statically linked.
Environment information
What happened?
When I run Biome, I encounter the following error: /lib64/libm.so.6: version 'GLIBC_2.29' not found
Expected result
I would like Biome to support this version of GLIBC in the future.
Code of Conduct
The text was updated successfully, but these errors were encountered: