Skip to content

Commit

Permalink
Rollup merge of rust-lang#63772 - pietroalbini:mirrors-libc, r=alexcr…
Browse files Browse the repository at this point in the history
…ichton

ci: move libc mirrors to the rust-lang-ci-mirrors bucket

Finishing up rust-lang#63485. Already moved the objects.

r? @alexcrichton
  • Loading branch information
Centril authored Aug 21, 2019
2 parents ddb6314 + 9b8514b commit f362387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/docker/dist-various-1/install-mipsel-musl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f362387

Please sign in to comment.