Skip to content

Commit eaf1f34

Browse files
authored
Unrolled build for #149734
Rollup merge of #149734 - Kobzol:gcc-9.2.0, r=marcoieni Mirror GCC 9.5.0 The GCC servers can be unreliable. r? `@marcoieni`
2 parents 31010ca + fca8611 commit eaf1f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/scripts/build-gcc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ source shared.sh
77
# This version is specified in the Dockerfile
88
GCC=$GCC_VERSION
99

10-
curl https://ftp.gnu.org/gnu/gcc/gcc-$GCC/gcc-$GCC.tar.xz | xzcat | tar xf -
10+
curl https://ci-mirrors.rust-lang.org/rustc/gcc/gcc-$GCC.tar.xz | xzcat | tar xf -
1111
cd gcc-$GCC
1212

1313
# FIXME(#49246): Remove the `sed` below.

0 commit comments

Comments
 (0)