You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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 arecapi-linux
andcli-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.The text was updated successfully, but these errors were encountered: