-
Notifications
You must be signed in to change notification settings - Fork 343
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
Error: /lib64/libc.so.6: version `GLIBC_2.28' not found #878
Comments
Use Duplicated of #874 |
This issue is now closed. Comments on closed issues are hard for our team to see. |
@calavera , the ReadMe calls for AL2 + GNU which will probably always fail if built on a recent tool chain. Having the following info in ReadMe or somewhere else handy would save me a coupe hours figuring it out on my own:
Would you consider a PR to update the ReadMe with the above? |
absolutely. I'll take every improvement to the readme that we can get, you don't even have to ask 😄 |
I'm facing this error when I try to use this command
cargo lambda build --release --target x86_64-unknown-linux-gnu
my
template.yml
It work with
x86_64-unknown-linux-musl
. But from this issue it said I should use gnu instead of muslThe text was updated successfully, but these errors were encountered: