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:
Jonathan Brouwer 2025-12-16 20:21:06 +01:00 committed by GitHub
commit 6c7ee7d84a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.