Skip to content

/lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.38' not found` after upgrade to 1.5.0 #400

@danxmoran

Description

@danxmoran

We use squawk via squawk-action. We've pinned a specific version of the action, but have left the version input as its default of latest. After the recent release of 1.5.0, our GHAs started failing with:

/opt/hostedtoolcache/node/20.18.1/x64/lib/node_modules/squawk-cli/js/binaries/squawk: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /opt/hostedtoolcache/node/20.18.1/x64/lib/node_modules/squawk-cli/js/binaries/squawk)

I think this is because squawk builds on ubuntu-latest runners, currently resolving to Ubuntu 24.04, while our CI jobs are still running on Ubuntu 22.04. The newer OS could be shipping with a newer libc that isn't available on old runners.

Wanted to flag this in case the breaking change in system dependencies wasn't intentional!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions