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

Allow use of node 16 #3160

Merged
merged 1 commit into from
Jul 16, 2024
Merged

Allow use of node 16 #3160

merged 1 commit into from
Jul 16, 2024

Conversation

narrieta
Copy link
Member

The unit test runs for 2.6 and 3.4 are failing in the checkout action with

/usr/bin/docker exec  5cb43d0a75f65026a096ee99f24eb460be0a1ba1bb5114984b56d30105371ed9 sh -c "cat /etc/*release | grep ^ID"
/__e/node20/bin/node: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.27' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by /__e/node20/bin/node)

The issue has been reported in

actions/checkout#1487
actions/checkout#1809

And is likely caused by https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/

This PR uses the same workaround as, for example, Rust-GCC/gccrs#3081

@narrieta narrieta merged commit feb6edb into Azure:develop Jul 16, 2024
10 of 11 checks passed
@narrieta narrieta deleted the node branch July 16, 2024 16:08
maddieford pushed a commit to maddieford/WALinuxAgent that referenced this pull request Aug 13, 2024
Co-authored-by: narrieta@microsoft <narrieta>
(cherry picked from commit feb6edb)
maddieford added a commit that referenced this pull request Aug 13, 2024
Co-authored-by: narrieta@microsoft <narrieta>
(cherry picked from commit feb6edb)

Co-authored-by: Norberto Arrieta <narrieta@users.noreply.github.com>
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.

2 participants