powsybl / pypowsybl

A PowSyBl and Python integration based on GraalVM native image
Mozilla Public License 2.0
52 stars 10 forks source link

Fix CI manylinux #794

Closed jeandemanged closed 3 weeks ago

jeandemanged commented 3 weeks ago

Please check if the PR fulfills these requirements

Does this PR already have an issue describing the problem?

no

What kind of change does this PR introduce?

bugfix / workaround

What is the current behavior?

we yum install wget and then use wget to install maven

CI fails if mirrorlist.centos.org unreacheable

What is the new behavior (if this is a feature change)? We just use curl to install maven

Does this PR introduce a breaking change or deprecate an API?

Other information:

@EtienneLt @geofjamg not sure his PR is relevant, feel free to close it if not....

maybe mirrorlist.centos.org is definitively closed due to CentOS 7 reaching end-of-life on June 30th, 2024...

geofjamg commented 3 weeks ago

Thanks, indeed because of centos end of life, they shutdowned to centos update server. What you propose is ok for me. Another way to solve it would have been to switch the package update server to https://vault.centos.org/ which is kind of a read only archive