earth-system-radiation / rte-rrtmgp

RTE+RRTMGP is a set of codes for computing radiative fluxes in planetary atmospheres.
BSD 3-Clause "New" or "Revised" License
74 stars 67 forks source link

Workaround self-hosted CI #230

Closed skosukhin closed 11 months ago

skosukhin commented 11 months ago

Somehow, #227 broke the self-hosted CI. It now fails with:

/users/rpincus/actions-runner-101/externals/node20/bin/node: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /users/rpincus/actions-runner-101/externals/node20/bin/node)
/users/rpincus/actions-runner-101/externals/node20/bin/node: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by /users/rpincus/actions-runner-101/externals/node20/bin/node)

I can't (and don't know yet how to) fix the issue on the server side, so I tried to downgrade actions/checkout back to version 3 in self-hosted-ci.yml and it worked. Maybe we should have the workaround in the develop for the time being.

I also took the liberty to clean up the CI configuration files a bit.

skosukhin commented 11 months ago

As soon as earth-system-radiation/containers#15 and this are merged, CI should become green again.