robotology / robotology-superbuild

CMake/YCM-based superbuild to simplify the build process of robotology projects.
47 stars 48 forks source link

CI Failure Ubuntu Bionic 18.04 End of August 2023 #1466

Closed traversaro closed 1 year ago

traversaro commented 1 year ago

First failing jobs: https://github.com/robotology/robotology-superbuild/actions/runs/6019689159 .

traversaro commented 1 year ago
Run actions/checkout@master
/usr/bin/docker exec  cb366b2634a13f3cc54d0c22abe85dcf73a6e05f6f4248d6437d5fe681c732ff 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)
traversaro commented 1 year ago
Run actions/checkout@master
/usr/bin/docker exec  cb366b2634a13f3cc54d0c22abe85dcf73a6e05f6f4248d6437d5fe681c732ff 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)

Probably this is a regression caused by https://github.com/actions/checkout/pull/1436, I tried to see if pinning an old version of actions/checkout works: https://github.com/robotology/robotology-superbuild/pull/1467 .