-
Notifications
You must be signed in to change notification settings - Fork 630
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
Github action runners can't execute jobs #3534
Comments
Executing runsvc.sh hints at missing GLIBC_2.27/8 required by node20 .path=/sbin:/bin:/usr/sbin:/usr/bin
./externals/node20/bin/node: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by ./externals/node20/bin/node)
./externals/node20/bin/node: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by ./externals/node20/bin/node)``` |
The same for us (( |
Confirming this issue |
This is happening for us as well :( |
We encountered this issue when the checkout action was updated to v4. You must either upgrade the runners to use Linux 2023 or downgrade the checkout action to v3. |
I am using Amazon Linux 2 and set |
I just used #3437 and it works! |
I'm using the default image and was able to workaround the issue using the following configuration:
This comment helped me to figure out what I needed to do in my setup |
I've used the above to start the service and that seems to have resolved my issue, however I have a particular workflow that is utilizing Does anyone have any suggestions on how to work around this? |
Perhaps helpful to others who land here and want to temporarily use eabrouwer3's work from #3437 before an official release:
|
According to GitHub Runner's latest release, they reverted the change for "Default Version of Node 20". It should go back to Node 16 now Source: https://github.com/actions/runner/releases/tag/v2.310.1 |
Solved by latest release |
I assume it's the latest github action runner from yesterday, but roughly since then, the runners fail. They start, register but then don't work correctly and don't execute any queued jobs. Do you have any idea how to fix this?
The text was updated successfully, but these errors were encountered: