SCIInstitute / ShapeWorks

ShapeWorks
http://sciinstitute.github.io/ShapeWorks/
Other
100 stars 32 forks source link

GitHub Actions Linux builds no longer working due to GitHub Runner Change #2202

Closed akenmorris closed 4 months ago

akenmorris commented 4 months ago

Now getting:

Run shimataro/ssh-key-action@v2.7.0 /usr/bin/docker exec 09e40a93c12d62bc28c753d173331c6468edd9afb3a8390f0718015db74acffa sh -c "cat /etc/*release | grep ^ID" /e/node20/bin/node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /e/node20/bin/node)

Some info

https://github.com/actions/checkout/issues/1590

It seems we either upgrade Ubuntu to version 20, or we manually build node18 on ubuntu 18

https://github.com/actions/checkout/issues/1442

akenmorris commented 4 months ago

Fixed in 78371f9d9191bf7b0177b17b2705fa1e29cd4832