File tree Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ RUN arm-linux-gnueabihf-gcc addentropy.c -o rootfs/addentropy -static
7272
7373# TODO: What is this?!
7474# Source of the file: https://github.com/vfdev-5/qemu-rpi2-vexpress/raw/master/vexpress-v2p-ca15-tc1.dtb
75- RUN curl -O https://rust-lang- ci-mirrors.s3-us-west-1.amazonaws.com /rustc/vexpress-v2p-ca15-tc1.dtb
75+ RUN curl -O https://ci-mirrors.rust-lang.org /rustc/vexpress-v2p-ca15-tc1.dtb
7676
7777COPY scripts/sccache.sh /scripts/
7878RUN sh /scripts/sccache.sh
Original file line number Diff line number Diff line change 11set -ex
22
33# Mirrored from https://github.com/crosstool-ng/crosstool-ng/archive/crosstool-ng-1.24.0.tar.gz
4- url=" https://rust-lang- ci-mirrors.s3-us-west-1.amazonaws.com /rustc/crosstool-ng-1.24.0.tar.gz"
4+ url=" https://ci-mirrors.rust-lang.org /rustc/crosstool-ng-1.24.0.tar.gz"
55curl -Lf $url | tar xzf -
66cd crosstool-ng-crosstool-ng-1.24.0
77./bootstrap
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ mkdir /usr/local/mips-linux-musl
55# originally from
66# https://downloads.openwrt.org/snapshots/trunk/ar71xx/generic/
77# OpenWrt-Toolchain-ar71xx-generic_gcc-5.3.0_musl-1.1.16.Linux-x86_64.tar.bz2
8- URL=" https://rust-lang- ci-mirrors.s3-us-west-1.amazonaws.com /rustc"
8+ URL=" https://ci-mirrors.rust-lang.org /rustc"
99FILE=" OpenWrt-Toolchain-ar71xx-generic_gcc-5.3.0_musl-1.1.16.Linux-x86_64.tar.bz2"
1010curl -L " $URL /$FILE " | tar xjf - -C /usr/local/mips-linux-musl --strip-components=2
1111
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ mkdir /usr/local/mipsel-linux-musl
55# Note that this originally came from:
66# https://downloads.openwrt.org/snapshots/trunk/malta/generic/
77# OpenWrt-Toolchain-malta-le_gcc-5.3.0_musl-1.1.15.Linux-x86_64.tar.bz2
8- URL=" https://rust-lang- ci-mirrors.s3-us-west-1.amazonaws.com /rustc"
8+ URL=" https://ci-mirrors.rust-lang.org /rustc"
99FILE=" OpenWrt-Toolchain-malta-le_gcc-5.3.0_musl-1.1.15.Linux-x86_64.tar.bz2"
1010curl -L " $URL /$FILE " | tar xjf - -C /usr/local/mipsel-linux-musl --strip-components=2
1111
Original file line number Diff line number Diff line change 55set -ex
66
77# Originally from https://releases.llvm.org/9.0.0/clang+llvm-9.0.0-x86_64-linux-gnu-ubuntu-14.04.tar.xz
8- curl https://rust-lang- ci-mirrors.s3-us-west-1.amazonaws.com /rustc/clang%2Bllvm-9.0.0-x86_64-linux-gnu-ubuntu-14.04.tar.xz | \
8+ curl https://ci-mirrors.rust-lang.org /rustc/clang%2Bllvm-9.0.0-x86_64-linux-gnu-ubuntu-14.04.tar.xz | \
99 tar xJf -
1010export PATH=` pwd` /clang+llvm-9.0.0-x86_64-linux-gnu-ubuntu-14.04/bin:$PATH
1111
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ source shared.sh
55
66VERSION=7.66.0
77
8- curl https://rust-lang- ci-mirrors.s3-us-west-1.amazonaws.com /rustc/curl-$VERSION .tar.xz \
8+ curl https://ci-mirrors.rust-lang.org /rustc/curl-$VERSION .tar.xz \
99 | xz --decompress \
1010 | tar xf -
1111
Original file line number Diff line number Diff line change 44source shared.sh
55
66VERSION=1.0.2k
7- URL=https://rust-lang- ci-mirrors.s3-us-west-1.amazonaws.com /rustc/openssl-$VERSION .tar.gz
7+ URL=https://ci-mirrors.rust-lang.org /rustc/openssl-$VERSION .tar.gz
88
99curl $URL | tar xzf -
1010
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ cd netbsd
2525
2626mkdir -p /x-tools/x86_64-unknown-netbsd/sysroot
2727
28- URL=https://rust-lang- ci-mirrors.s3-us-west-1.amazonaws.com /rustc
28+ URL=https://ci-mirrors.rust-lang.org /rustc
2929
3030# Originally from ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-$BSD/source/sets/*.tgz
3131curl $URL /2018-03-01-netbsd-src.tgz | tar xzf -
Original file line number Diff line number Diff line change 5959
6060# Originally downloaded from:
6161# https://download.freebsd.org/ftp/releases/${freebsd_arch}/${freebsd_version}-RELEASE/base.txz
62- URL=https://rust-lang- ci-mirrors.s3-us-west-1.amazonaws.com /rustc/2019-04-04-freebsd-${freebsd_arch} -${freebsd_version} -RELEASE-base.txz
62+ URL=https://ci-mirrors.rust-lang.org /rustc/2019-04-04-freebsd-${freebsd_arch} -${freebsd_version} -RELEASE-base.txz
6363curl " $URL " | tar xJf - -C " $sysroot " --wildcards " ${files_to_extract[@]} "
6464
6565# Fix up absolute symlinks from the system image. This can be removed
Original file line number Diff line number Diff line change 11set -ex
22
33curl -fo /usr/local/bin/sccache \
4- https://rust-lang- ci-mirrors.s3-us-west-1.amazonaws.com /rustc/2018-04-02-sccache-x86_64-unknown-linux-musl
4+ https://ci-mirrors.rust-lang.org /rustc/2018-04-02-sccache-x86_64-unknown-linux-musl
55
66chmod +x /usr/local/bin/sccache
You can’t perform that action at this time.
0 commit comments