-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
in cheribuild/pycheribuild/projects/cross/gmp.py
we are using MercurialRepository with a repository of repository = MercurialRepository("https://gmplib.org/repo/gmp")
However, the host for this (quite rightly) blocks certain large IP ranges, namely all of Azure and Github Actions runners, this causes any build that has GMP as a dependency to fail.
There is a well maintained mirror hosted on github at https://github.com/gmp-mirror/gmp
which maintains the entire hg repositories commit history and contains some additional branches.
Would it be possible for us to switch to using the mirror instead?
Metadata
Metadata
Assignees
Labels
No labels