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

[bug] cannot use glibc 2.34 (amazon linux 2023) #489

Open
dezren39 opened this issue Dec 21, 2023 · 1 comment
Open

[bug] cannot use glibc 2.34 (amazon linux 2023) #489

dezren39 opened this issue Dec 21, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@dezren39
Copy link

What happened?

version `GLIBC_2.28' not found

What did you expect to happen?

it works

How can we reproduce it?

use amazon linux 2023

Anything else we need to know?

maybe node21 solves this? maybe, provide pre-command so we can run nvm and install a different node or something

What version of the action are you using?

master

What are your runner environments?

self-hosted

Are you on GitHub Enterprise Server? If so, what version?

no

@dezren39 dezren39 added the bug Something isn't working label Dec 21, 2023
@rahmat-multiplier
Copy link

I did some workaround to fix this:

sudo dnf -y install nodejs20
mv /opt/actions-runner/externals/node20/bin/node /opt/actions-runner/externals/node20/bin/node-bak
ln -s /usr/bin/node-20 /opt/actions-runner/externals/node20/bin/node

above are executed during runner node installation after installing the github action runner package.

The issue here is, prebuilt nodejs 20 from github action runner package is using glibc 2.27/2.28 hence can't detect those version on AL2023 which uses glibc 2.34. So we can use the nodejs binary from the default AL2023 package manager to replace the github runner one.

wz1000 added a commit to haskell/haskell-language-server that referenced this issue Jan 15, 2025
Build linux bindists in container actions, allowing us to move checkout and upload
actions to the parent container.
wz1000 added a commit to haskell/haskell-language-server that referenced this issue Jan 15, 2025
Build linux bindists in container actions, allowing us to move checkout and upload
actions to the parent container.
wz1000 added a commit to haskell/haskell-language-server that referenced this issue Jan 15, 2025
Build linux bindists in container actions, allowing us to move checkout and upload
actions to the parent container.
wz1000 added a commit to haskell/haskell-language-server that referenced this issue Jan 15, 2025
Build linux bindists in container actions, allowing us to move checkout and upload
actions to the parent container.
wz1000 added a commit to haskell/haskell-language-server that referenced this issue Jan 15, 2025
Build linux bindists in container actions, allowing us to move checkout and upload
actions to the parent container.
wz1000 added a commit to haskell/haskell-language-server that referenced this issue Jan 15, 2025
Build linux bindists in container actions, allowing us to move checkout and upload
actions to the parent container.
wz1000 added a commit to haskell/haskell-language-server that referenced this issue Jan 15, 2025
Build linux bindists in container actions, allowing us to move checkout and upload
actions to the parent container.
wz1000 added a commit to haskell/haskell-language-server that referenced this issue Jan 15, 2025
Build linux bindists in container actions, allowing us to move checkout and upload
actions to the parent container.
wz1000 added a commit to haskell/haskell-language-server that referenced this issue Jan 15, 2025
Build linux bindists in container actions, allowing us to move checkout and upload
actions to the parent container.
wz1000 added a commit to haskell/haskell-language-server that referenced this issue Jan 15, 2025
Build linux bindists in container actions, allowing us to move checkout and upload
actions to the parent container.
wz1000 added a commit to haskell/haskell-language-server that referenced this issue Jan 15, 2025
Build linux bindists in container actions, allowing us to move checkout and upload
actions to the parent container.
wz1000 added a commit to haskell/haskell-language-server that referenced this issue Jan 15, 2025
Build linux bindists in container actions, allowing us to move checkout and upload
actions to the parent container.
wz1000 added a commit to haskell/haskell-language-server that referenced this issue Jan 15, 2025
Build linux bindists in container actions, allowing us to move checkout and upload
actions to the parent container.
wz1000 added a commit to haskell/haskell-language-server that referenced this issue Jan 15, 2025
Build linux bindists in container actions, allowing us to move checkout and upload
actions to the parent container.
wz1000 added a commit to haskell/haskell-language-server that referenced this issue Jan 15, 2025
Build linux bindists in container actions, allowing us to move checkout and upload
actions to the parent container.
wz1000 added a commit to haskell/haskell-language-server that referenced this issue Jan 15, 2025
Build linux bindists in container actions, allowing us to move checkout and upload
actions to the parent container.
wz1000 added a commit to haskell/haskell-language-server that referenced this issue Jan 15, 2025
Build linux bindists in container actions, allowing us to move checkout and upload
actions to the parent container.
wz1000 added a commit to haskell/haskell-language-server that referenced this issue Jan 15, 2025
Build linux bindists in container actions, allowing us to move checkout and upload
actions to the parent container.
wz1000 added a commit to haskell/haskell-language-server that referenced this issue Jan 15, 2025
Build linux bindists in container actions, allowing us to move checkout and upload
actions to the parent container.
wz1000 added a commit to haskell/haskell-language-server that referenced this issue Jan 15, 2025
Build linux bindists in container actions, allowing us to move checkout and upload
actions to the parent container.
wz1000 added a commit to haskell/haskell-language-server that referenced this issue Jan 15, 2025
Build linux bindists in container actions, allowing us to move checkout and upload
actions to the parent container.
wz1000 added a commit to haskell/haskell-language-server that referenced this issue Jan 16, 2025
Build linux bindists in container actions, allowing us to move checkout and upload
actions to the parent container.
wz1000 added a commit to haskell/haskell-language-server that referenced this issue Jan 16, 2025
Build linux bindists in container actions, allowing us to move checkout and upload
actions to the parent container.
wz1000 added a commit to haskell/haskell-language-server that referenced this issue Jan 16, 2025
Build linux bindists in container actions, allowing us to move checkout and upload
actions to the parent container.
wz1000 added a commit to haskell/haskell-language-server that referenced this issue Jan 16, 2025
Build linux bindists in container actions, allowing us to move checkout and upload
actions to the parent container.
wz1000 added a commit to haskell/haskell-language-server that referenced this issue Jan 16, 2025
Build linux bindists in container actions, allowing us to move checkout and upload
actions to the parent container.
wz1000 added a commit to haskell/haskell-language-server that referenced this issue Jan 16, 2025
Build linux bindists in container actions, allowing us to move checkout and upload
actions to the parent container.
wz1000 added a commit to haskell/haskell-language-server that referenced this issue Jan 16, 2025
Build linux bindists in container actions, allowing us to move checkout and upload
actions to the parent container.
wz1000 added a commit to haskell/haskell-language-server that referenced this issue Jan 17, 2025
Build linux bindists in container actions, allowing us to move checkout and upload
actions to the parent container.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants