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] CI build is broken due to GHA dropping support for node16-based actions #373

Open
mjameswh opened this issue Nov 26, 2024 · 0 comments · May be fixed by #374
Open

[Bug] CI build is broken due to GHA dropping support for node16-based actions #373

mjameswh opened this issue Nov 26, 2024 · 0 comments · May be fixed by #374
Labels
bug Something isn't working

Comments

@mjameswh
Copy link
Contributor

Describe the bug

GitHub Action’s just started enforcing the long-announced EOL on Node16-based actions. Basically, the latest release of GHA’s Runner agent ignores the fact that an action is requesting node16, and instead just calls node20 anyway.

Until now, we were relying on GLIBC 2.24 Docker images or runners in very specific places to ensure that the native artifacts included in our official SDK releases would run on some older Linux distros that some of our customers were still using.

However, given that Node20 is incompatible with GLIBC 2.27 or earlier, this no longer works, and our CI workflows are now failing.

@mjameswh mjameswh added the bug Something isn't working label Nov 26, 2024
@mjameswh mjameswh linked a pull request Nov 27, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant