-
Notifications
You must be signed in to change notification settings - Fork 789
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
Labels
bug
Something isn't working
Comments
I did some workaround to fix this:
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
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
The text was updated successfully, but these errors were encountered: