Open
Description
Using container:
image: debian:bullseye
to build the OpenJDK for an older release of a distro (Debian in this case, but this isn't specific to Debian) causes a failure due to node
in the actions/checkout@v4
docker image to fail to run due to the container having an older glibc:
/usr/bin/docker exec ebe297a6b5716c387c7333d466eb082069a2f0b0c97379a95e810de4f4fa67a5 sh -c "cat /etc/*release | grep ^ID"
/__e/node20/bin/node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /__e/node20/bin/node)
(Using build tools that depend on newer glibc versions seems likely to be a common pitfall for GitHub Actions.)
Metadata
Metadata
Assignees
Labels
No labels