CI: CentOS 7 GitHub Actions broke again (node20 forced) #359
Closed
Description
This is a comeback of part of #344. While our latest CI run in this repo worked on October 23 (there haven't been new commits since then), re-running those jobs in my fork of the repo shows CentOS 7 fail:
https://github.com/solardiz/lkrg/actions/runs/12124977914/job/33803880003
Run actions/checkout@v3
/usr/bin/docker exec b9b6e0f8dac5d5968b264f4d584547a642b3662e26d287882e0787c93b1fda4b 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)
I suppose we'll see similar failure in here upon next commit. @vt-alt