File tree 5 files changed +5
-7
lines changed
5 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ IFS=$'\n\t'
18
18
19
19
source " $( cd " $( dirname " $0 " ) " && pwd) /../shared.sh"
20
20
21
- MIRROR=" https://rust-lang-ci-mirrors.s3-us-west-1.amazonaws.com/rustc /2019-07-27-awscli.tar"
21
+ MIRROR=" ${MIRRORS_BASE} /2019-07-27-awscli.tar"
22
22
DEPS_DIR=" /tmp/awscli-deps"
23
23
24
24
pip=" pip"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ IFS=$'\n\t'
9
9
source " $( cd " $( dirname " $0 " ) " && pwd) /../shared.sh"
10
10
11
11
if isMacOS; then
12
- curl -f https://rust-lang-ci-mirrors.s3-us-west-1.amazonaws.com/rustc/ clang%2Bllvm-7.0.0-x86_64-apple-darwin.tar.xz | tar xJf -
12
+ curl -f " ${MIRRORS_BASE} / clang%2Bllvm-7.0.0-x86_64-apple-darwin.tar.xz" | tar xJf -
13
13
14
14
ciCommandSetEnv CC " $( pwd) /clang+llvm-7.0.0-x86_64-apple-darwin/bin/clang"
15
15
ciCommandSetEnv CXX " $( pwd) /clang+llvm-7.0.0-x86_64-apple-darwin/bin/clang++"
Original file line number Diff line number Diff line change @@ -11,8 +11,7 @@ IFS=$'\n\t'
11
11
source " $( cd " $( dirname " $0 " ) " && pwd) /../shared.sh"
12
12
13
13
if isWindows; then
14
- curl.exe -o is-install.exe \
15
- https://rust-lang-ci-mirrors.s3-us-west-1.amazonaws.com/rustc/2017-08-22-is.exe
14
+ curl.exe -o is-install.exe " ${MIRRORS_BASE} /2017-08-22-is.exe"
16
15
is-install.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-
17
16
18
17
ciCommandAddPath " C:\\ Program Files (x86)\\ Inno Setup 5"
Original file line number Diff line number Diff line change @@ -8,8 +8,7 @@ source "$(cd "$(dirname "$0")" && pwd)/../shared.sh"
8
8
9
9
if isWindows; then
10
10
mkdir ninja
11
- curl -o ninja.zip \
12
- https://rust-lang-ci-mirrors.s3-us-west-1.amazonaws.com/rustc/2017-03-15-ninja-win.zip
11
+ curl -o ninja.zip " ${MIRRORS_BASE} /2017-03-15-ninja-win.zip"
13
12
7z x -oninja ninja.zip
14
13
rm ninja.zip
15
14
ciCommandSetEnv " RUST_CONFIGURE_ARGS" " ${RUST_CONFIGURE_ARGS} --enable-ninja"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ IFS=$'\n\t'
8
8
source " $( cd " $( dirname " $0 " ) " && pwd) /../shared.sh"
9
9
10
10
if isWindows; then
11
- curl -O https://rust-lang-ci-mirrors.s3-us-west-1.amazonaws.com/rustc/ wix311-binaries.zip
11
+ curl -O " ${MIRRORS_BASE} / wix311-binaries.zip"
12
12
mkdir -p wix/bin
13
13
cd wix/bin
14
14
7z x ../../wix311-binaries.zip
You can’t perform that action at this time.
0 commit comments