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

Upgrade container to avoid problems with Node 20 used by Github actions #296

Closed
cschwan opened this issue Jul 5, 2024 · 3 comments
Closed
Assignees

Comments

@cschwan
Copy link
Contributor

cschwan commented Jul 5, 2024

Making the 0.8.0 release failed: https://github.com/NNPDF/pineappl/actions/runs/9804583913. Commits e5e26e5 and dc311a6 temporarily fix the problem, until some unspecified date: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/.

The only problematic action is release.yml and it the relevant jobs are capi-linux and cli-linux. For both jobs we'd have to find a container with a GLIBC version old enough to support most systems, but new enough to support Node 20.

@cschwan
Copy link
Contributor Author

cschwan commented Jul 6, 2024

Fixed in #297. An unfortunate consequence is that the CAPI and the CLI now require at least GLIBC 2.29, which is quite a jump from the previously supported 2.14. With a few tricks we can probably support GLIBC 2.28, but below 2.28 Node 20 doesn't work anymore, which is required by Github's actions.

@cschwan cschwan closed this as completed Jul 6, 2024
@scarlehoff
Copy link
Member

fwiw, this means that servers using Debian Buster cannot use pineappl > 0.7.4 ... among which is the cluster in Milan :__(

@cschwan
Copy link
Contributor Author

cschwan commented Nov 22, 2024

OK, then we have to do something about it. Can you please open a new Issue for that?

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