Skip to content

/lib64/libm.so.6: version 'GLIBC_2.27' not found in my self-hosted runners (Amazon Linux 2) #262

@kota65535

Description

@kota65535

Hi @dawidd6. First of all, thanks for creating and maintaining this useful action.

We are using this action in our Amazon Linux 2 self-hosted runners. Recently, we've hit the following error message.

/opt/runner/externals/node20/bin/node: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /opt/runner/externals/node20/bin/node)
/opt/runner/externals/node20/bin/node: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by /opt/runner/externals/node20/bin/node)

This is because:

  • The action runtime is changed from node16 to node20 in the latest release v2.28.1 by this commit 587cee6
  • Node.js v20.x requires glibc >= 2.28
  • Amazon Linux 2 comes with glibc 2.26, so the action fails to run

It seems to be common to bump the major version if the action runtime is updated. For example:

It would be helpful if you could change the latest release tag to v3.0.0 and v3, and revert the v2 tag to refer v2.28.0 again.

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