Skip to content

Use old version of node in S3 upload workflow #311

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

Merged
merged 3 commits into from
Jul 30, 2024
Merged

Conversation

nmdefries
Copy link
Collaborator

The forecast-eval upload job is failing with:

./actions-runner/externals/node20/bin/node: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by ./actions-runner/externals/node20/bin/node)
./actions-runner/externals/node20/bin/node: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by ./actions-runner/externals/node20/bin/node)
./actions-runner/externals/node20/bin/node: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by ./actions-runner/externals/node20/bin/node)
./actions-runner/externals/node20/bin/node: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by ./actions-runner/externals/node20/bin/node)
./actions-runner/externals/node20/bin/node: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by ./actions-runner/externals/node20/bin/node)
./actions-runner/externals/node20/bin/node: /lib64/libc.so.6: version `GLIBC_2.25' not found (required by ./actions-runner/externals/node20/bin/node)

Actions are switching to running on Node20, but the bigchunk’s OS is RHEL 7.x which doesn’t have official support for Node20. This is a temporary fix.

@nmdefries nmdefries requested a review from korlaxxalrok July 15, 2024 20:41
Copy link
Contributor

@korlaxxalrok korlaxxalrok left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@nmdefries nmdefries merged commit 3f70824 into dev Jul 30, 2024
6 of 7 checks passed
@nmdefries nmdefries deleted the ndefries/node16-pinning branch July 30, 2024 16:41
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