Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GHA: Workaround node20 GLIBC issues in older Ubuntu containers #184

Merged
merged 2 commits into from
Aug 25, 2024

Commits on Aug 25, 2024

  1. GHA: Workaround node20 GLIBC issues in older Ubuntu containers

    Avoid errors like
    > /__e/node20/bin/node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /__e/node20/bin/node)
    when using Ubuntu 16/18 containers with the @v4 actions
    See actions/checkout#1590
    Flamefire committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    c2e7d1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7b4cca View commit details
    Browse the repository at this point in the history