From 0743959c5757621ffd80963518a26f99a35e89e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Wed, 19 Mar 2025 14:05:35 +0100 Subject: [PATCH] Use rust-lang mirror for downloading GCC dependencies --- contrib/download_prerequisites | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/contrib/download_prerequisites b/contrib/download_prerequisites index 6adc97ef89679..dc57d966be83d 100755 --- a/contrib/download_prerequisites +++ b/contrib/download_prerequisites @@ -33,7 +33,11 @@ mpc='mpc-1.2.1.tar.gz' isl='isl-0.24.tar.bz2' gettext='gettext-0.22.tar.gz' -base_url='http://gcc.gnu.org/pub/gcc/infrastructure/' +#base_url='http://gcc.gnu.org/pub/gcc/infrastructure/' +# We use rust-lang mirrors because the GCC infrastructure is unreliable. +# When dependencies are changed, we have to modify our mirrors. +# Please contact t-infra for that. +base_url='https://ci-mirrors.rust-lang.org/rustc/gcc/' echo_archives() { echo "${gettext}"