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

Hotfix: work around ROCm failures due to Node20 incompatibility #1305

Merged
merged 3 commits into from
Jul 3, 2024

Conversation

sethrj
Copy link
Member

@sethrj sethrj commented Jul 3, 2024

Docker announced seven months ago that they're updating a dependency. As of today this results in a failure of our CentOS7 images to check out:

Run actions/checkout@v3
 *SNIP*
/usr/bin/docker exec  221dcddabe4baef3675f9ed47bd01bf16f18f1eef9cb6042dd045ff3c82483f7 sh -c "cat /etc/*release | grep ^ID"
/__e/node20/bin/node: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /lib64/libc.so.6: version `GLIBC_2.25' not found (required by /__e/node20/bin/node)

See also actions/runner#2906

There's a temporary solution but we better upgrade our CI images ASAP...

@sethrj sethrj marked this pull request as ready for review July 3, 2024 21:24
@sethrj sethrj added the documentation Documentation, examples, tests, and CI label Jul 3, 2024
@sethrj sethrj changed the title Work around ROCm failures due to Node20 incompatibility Hotfix: work around ROCm failures due to Node20 incompatibility Jul 3, 2024
@sethrj sethrj merged commit 3158e5c into celeritas-project:develop Jul 3, 2024
9 checks passed
@sethrj sethrj deleted the disable-rocm branch July 3, 2024 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Documentation, examples, tests, and CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant