File tree 11 files changed +11
-11
lines changed
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
72
72
73
73
# TODO: What is this?!
74
74
# 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
76
76
77
77
COPY scripts/sccache.sh /scripts/
78
78
RUN sh /scripts/sccache.sh
Original file line number Diff line number Diff line change 1
1
set -ex
2
2
3
3
# 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"
5
5
curl -Lf $url | tar xzf -
6
6
cd crosstool-ng-crosstool-ng-1.24.0
7
7
./bootstrap
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ mkdir /usr/local/mips-linux-musl
5
5
# originally from
6
6
# https://downloads.openwrt.org/snapshots/trunk/ar71xx/generic/
7
7
# 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"
9
9
FILE=" OpenWrt-Toolchain-ar71xx-generic_gcc-5.3.0_musl-1.1.16.Linux-x86_64.tar.bz2"
10
10
curl -L " $URL /$FILE " | tar xjf - -C /usr/local/mips-linux-musl --strip-components=2
11
11
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ mkdir /usr/local/mipsel-linux-musl
5
5
# Note that this originally came from:
6
6
# https://downloads.openwrt.org/snapshots/trunk/malta/generic/
7
7
# 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"
9
9
FILE=" OpenWrt-Toolchain-malta-le_gcc-5.3.0_musl-1.1.15.Linux-x86_64.tar.bz2"
10
10
curl -L " $URL /$FILE " | tar xjf - -C /usr/local/mipsel-linux-musl --strip-components=2
11
11
Original file line number Diff line number Diff line change 5
5
set -ex
6
6
7
7
# 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 | \
9
9
tar xJf -
10
10
export PATH=` pwd` /clang+llvm-9.0.0-x86_64-linux-gnu-ubuntu-14.04/bin:$PATH
11
11
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ source shared.sh
5
5
6
6
VERSION=7.66.0
7
7
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 \
9
9
| xz --decompress \
10
10
| tar xf -
11
11
Original file line number Diff line number Diff line change 4
4
source shared.sh
5
5
6
6
VERSION=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
8
8
9
9
curl $URL | tar xzf -
10
10
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ cd netbsd
25
25
26
26
mkdir -p /x-tools/x86_64-unknown-netbsd/sysroot
27
27
28
- URL=https://rust-lang- ci-mirrors.s3-us-west-1.amazonaws.com /rustc
28
+ URL=https://ci-mirrors.rust-lang.org /rustc
29
29
30
30
# Originally from ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-$BSD/source/sets/*.tgz
31
31
curl $URL /2018-03-01-netbsd-src.tgz | tar xzf -
Original file line number Diff line number Diff line change 59
59
60
60
# Originally downloaded from:
61
61
# 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
63
63
curl " $URL " | tar xJf - -C " $sysroot " --wildcards " ${files_to_extract[@]} "
64
64
65
65
# Fix up absolute symlinks from the system image. This can be removed
Original file line number Diff line number Diff line change 1
1
set -ex
2
2
3
3
curl -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
5
5
6
6
chmod +x /usr/local/bin/sccache
Original file line number Diff line number Diff line change 4
4
# `source shared.sh`, hence the invalid shebang and not being
5
5
# marked as an executable file in git.
6
6
7
- export MIRRORS_BASE=" https://rust-lang- ci-mirrors.s3-us-west-1.amazonaws.com /rustc"
7
+ export MIRRORS_BASE=" https://ci-mirrors.rust-lang.org /rustc"
8
8
9
9
# See http://unix.stackexchange.com/questions/82598
10
10
# Duplicated in docker/dist-various-2/shared.sh
You can’t perform that action at this time.
0 commit comments