Closed
Description
Since I upgraded to Rust 1.78, I am facing the following issue while deploying lambda functions:
/var/task/bootstrap: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by /var/task/bootstrap)
I checked older issues and found somehow similar ones, but it looks like I am building and deploying my functions correctly though:
My runtime is Amazon Linux 2:
The functions are built with cargo lambda build --release
My rust version is:
$ rustc --version
rustc 1.78.0 (9b00956e5 2024-04-29)
And I am using lambda_runtime = "0.11.1"
.
Could it be that Rust 1.78 cannot yet run on Amazon Linux 2 runtimes?
Metadata
Metadata
Assignees
Labels
No labels