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

CI failures on ARM runner / Upgrade hosted runner OS? #3176

Open
sehrope opened this issue Mar 23, 2024 · 1 comment
Open

CI failures on ARM runner / Upgrade hosted runner OS? #3176

sehrope opened this issue Mar 23, 2024 · 1 comment

Comments

@sehrope
Copy link
Member

sehrope commented Mar 23, 2024

After merging #3171 noticed there was a CI failure running on master but it's not specifically related to that PR. It's happening on the ARM runner:

/home/pgjdbc/actions-runner/externals/node20/bin/node: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /home/pgjdbc/actions-runner/externals/node20/bin/node)

Something changed either in our action versions or the github runner itself (my guess...) to use a more recent node version (v20 v.s. v18) which requires a newer libc. My guess is that the github runner itself has changed (i.e. the code that github sends to the runner to do runner stuff...) as the v18 node version has been EOL since last year.

To resolve this I think the ARM version needs to have it's OS upgraded. Otherwise we're going to see repeated failures in CI.

@davecramer
Copy link
Member

Need to reach out to him and see if they will upgrade, or we can just remove it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants