ignite icon indicating copy to clipboard operation
ignite copied to clipboard

Try to update actions/checkout and codecov/codecov-action to v4

Open vfdev-5 opened this issue 1 year ago • 1 comments

We can't yet update due to the following errors on pytorch-infra:

Run actions/checkout@v4
/home/ec2-user/actions-runner/externals/node20/bin/node: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /home/ec2-user/actions-runner/externals/node20/bin/node)
/home/ec2-user/actions-runner/externals/node20/bin/node: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by /home/ec2-user/actions-runner/externals/node20/bin/node)
  • https://github.com/pytorch/ignite/actions/runs/8500656796/job/23282754276

vfdev-5 avatar Mar 31 '24 20:03 vfdev-5

There is a description of this error is here. Sounds like the solution is update the base image to use newer glibc etc. or downgrade the version of node.

leej3 avatar Apr 10 '24 11:04 leej3