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
{{ message }}
This repository was archived by the owner on Jul 7, 2025. It is now read-only.
Hi there, we've started seeing a few errors with the recent release of 1.9.0:
Post job cleanup.
/usr/local/bin/docker exec 348966fe710361d7[2](https://github.com/xyz/actions/runs/6144996350/job/16671534902#step:31:2)21acd20e2e7c6fba46[3](https://github.com/xyz/actions/runs/6144996350/job/16671534902#step:31:3)cda8f5d5689f73507bd67242954a 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: /lib6[4](https://github.com/xyz/actions/runs/6144996350/job/16671534902#step:31:4)/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.2[5](https://github.com/xyz/actions/runs/6144996350/job/16671534902#step:31:5)' not found (required by /__e/node20/bin/node)
When we manually pin the version back to 1.8.2 our previous workflows run fine. Think there may be some breaking changes in the latest 1.x version?
Hi there, we've started seeing a few errors with the recent release of
1.9.0:When we manually pin the version back to
1.8.2our previous workflows run fine. Think there may be some breaking changes in the latest1.xversion?