Distroless Compatibility #3762
marcusdarmstrong
started this conversation in
General
Replies: 2 comments 1 reply
-
Hi @erikcorry, since you ran that v8 upgrade, do you have any thoughts on this situation? Either this lib was previously statically linked or was just not used, I'm not sure :). |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is a change we got from Google, not sure why it's needed. The GN build doesn't have it except on riscv. I made #3891 as an experiment to see if we can simply remove it again. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey folks, following the 2025-03-10 release workerd fails to run in a
distroless/base-debian12
container due to:workerd: error while loading shared libraries: libatomic.so.1: cannot open shared object file: No such file or directory
This is presumably due to the v8 upgrade https://github.com/cloudflare/workerd/pull/3630/files#diff-bf1f7c8c791ce80f265c8017963279e4048ed6491900acc21cb097287b2c70ec adding the
-latomic
flag but I'm curious if there's a path toward making this viable again.Beta Was this translation helpful? Give feedback.
All reactions