Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0743959

Browse files
committedMar 19, 2025
Use rust-lang mirror for downloading GCC dependencies
1 parent 48664a6 commit 0743959

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎contrib/download_prerequisites

+5-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@ mpc='mpc-1.2.1.tar.gz'
3333
isl='isl-0.24.tar.bz2'
3434
gettext='gettext-0.22.tar.gz'
3535

36-
base_url='http://gcc.gnu.org/pub/gcc/infrastructure/'
36+
#base_url='http://gcc.gnu.org/pub/gcc/infrastructure/'
37+
# We use rust-lang mirrors because the GCC infrastructure is unreliable.
38+
# When dependencies are changed, we have to modify our mirrors.
39+
# Please contact t-infra for that.
40+
base_url='https://ci-mirrors.rust-lang.org/rustc/gcc/'
3741

3842
echo_archives() {
3943
echo "${gettext}"

0 commit comments

Comments
 (0)
Failed to load comments.