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

[WIP] Fix CI after GHA's drop of node16 actions #374

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mjameswh
Copy link
Contributor

@mjameswh mjameswh commented Nov 27, 2024

What changed

  • Modified our GHA workflows so that when building the release-grade native artifacts on Linux targets, only the actual Rust compilation step runs inside a GLIBC 2.24-based Docker container; all other operations are performed directly on the runner, which can now be any recent Ubuntu.

    This was required because GHA no longer allows actions based on Node16 (i.e. actions are forced to use Node20 instead), but Node20 requires at least GLIBC 2.28. It is therefore not possible to have a single execution environment that can both execute Node20-based actions, yet produces native libraries that can then execute in the GLIBC 2.24-based environments that some of our users have.

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

@mjameswh
Copy link
Contributor Author

mjameswh commented Dec 2, 2024

@cretz Leaving that to you. Just merge if you are ok with 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

Successfully merging this pull request may close these issues.

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