conda-forge / status

https://conda-forge.org/status/
8 stars 13 forks source link

Linux builds with `yum_requirements.txt` currently failing #180

Closed jakirkham closed 4 months ago

jakirkham commented 4 months ago

Recently we migrated from CentOS 6 to CentOS 7 as the minimum Linux in conda-forge: https://github.com/conda-forge/conda-forge-pinning-feedstock/pull/6070

However due to CentOS 7 reaching EOL yesterday, the typical RPM mirrors have been removed

Atm this is disrupting yum_requirements.txt based builds on Linux. We are working on switching to RPM archive mirrors. As that work progresses, will post updates

jakirkham commented 4 months ago

Fixed Docker images have been deployed

Running some tests to see if this has indeed been resolved

jakirkham commented 4 months ago

Appears to be working. Closing as resolved

Please make sure to rerun CI where the issue has occurred

If you still see issues after, please let us know

Thanks for your patience as we worked through this issue! 🙏

hmaarrfk commented 4 months ago

Amazing work