pytorch / ignite

High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.
https://pytorch-ignite.ai
BSD 3-Clause "New" or "Revised" License
4.51k stars 612 forks source link

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

Open vfdev-5 opened 6 months ago

vfdev-5 commented 6 months ago

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)
leej3 commented 5 months ago

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.