Rollup merge of #149734 - Kobzol:gcc-9.2.0, r=marcoieni
Mirror GCC 9.5.0 The GCC servers can be unreliable. r? `@marcoieni`
This commit is contained in:
commit
6c7ee7d84a
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ source shared.sh
|
|||
# This version is specified in the Dockerfile
|
||||
GCC=$GCC_VERSION
|
||||
|
||||
curl https://ftp.gnu.org/gnu/gcc/gcc-$GCC/gcc-$GCC.tar.xz | xzcat | tar xf -
|
||||
curl https://ci-mirrors.rust-lang.org/rustc/gcc/gcc-$GCC.tar.xz | xzcat | tar xf -
|
||||
cd gcc-$GCC
|
||||
|
||||
# FIXME(#49246): Remove the `sed` below.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue