Use ftpmirror.gnu.org to fetch GNU files#1919
Use ftpmirror.gnu.org to fetch GNU files#1919nicolasnoble merged 1 commit intogrumpycoders:mainfrom rpaulucci3:ftpmirror
Conversation
WalkthroughThe changes update several tool scripts and Dockerfiles to replace download URLs from Changes
Poem
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (9)
⏰ Context from checks skipped due to timeout of 90000ms (1)
🔇 Additional comments (10)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
|
It seems the Linux CI failure occurred because of a network instability on https://gcc.gnu.org/pub/gcc/infrastructure/: |
|
A bit ironical :D |
I think I received this same error on the build run for #1911 last night |
According to the GNU Mirror List page, ftpmirror.gnu.org automatically emits an HTTP 302 to the user's nearest GNU mirror.
This substantially increases download speeds for GNU files, especially for users geographically distant from Boston, USA.
I have replaced all mentions of ftp.gnu.org with ftpmirror.gnu.org. However, tests must be made to ensure downloads work properly, given the redirect.