diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-08-21 17:31:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-21 17:31:42 +0200 |
| commit | f362387c4015b7d90fc6532ac6e65d6e63499753 (patch) | |
| tree | a6938d91d5b7c8872fdda48a6187e2ba247a8b81 | |
| parent | ddb6314998e9d9a5bf3a2ca25efc7351c9618f67 (diff) | |
| parent | 9b8514bb873c4bf8cfa1b5342c7b79f0fab5614a (diff) | |
| download | rust-f362387c4015b7d90fc6532ac6e65d6e63499753.tar.gz rust-f362387c4015b7d90fc6532ac6e65d6e63499753.zip | |
Rollup merge of #63772 - pietroalbini:mirrors-libc, r=alexcrichton
ci: move libc mirrors to the rust-lang-ci-mirrors bucket Finishing up #63485. Already moved the objects. r? @alexcrichton
| -rwxr-xr-x | src/ci/docker/dist-various-1/install-mipsel-musl.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/dist-various-1/install-mipsel-musl.sh b/src/ci/docker/dist-various-1/install-mipsel-musl.sh index 9ae41218ee4..de8c359d167 100755 --- a/src/ci/docker/dist-various-1/install-mipsel-musl.sh +++ b/src/ci/docker/dist-various-1/install-mipsel-musl.sh @@ -5,7 +5,7 @@ mkdir /usr/local/mipsel-linux-musl # Note that this originally came from: # https://downloads.openwrt.org/snapshots/trunk/malta/generic/ # OpenWrt-Toolchain-malta-le_gcc-5.3.0_musl-1.1.15.Linux-x86_64.tar.bz2 -URL="https://rust-lang-ci2.s3.amazonaws.com/libc" +URL="https://rust-lang-ci-mirrors.s3-us-west-1.amazonaws.com/rustc" FILE="OpenWrt-Toolchain-malta-le_gcc-5.3.0_musl-1.1.15.Linux-x86_64.tar.bz2" curl -L "$URL/$FILE" | tar xjf - -C /usr/local/mipsel-linux-musl --strip-components=2 |
