@@ -59,7 +59,7 @@ environment:
59
59
MSYS_BITS : 32
60
60
RUST_CONFIGURE_ARGS : --build=i686-pc-windows-gnu
61
61
SCRIPT : make ci-subset-1
62
- MINGW_URL : https://s3-us-west-1. amazonaws.com/rust-lang-ci2 /rust-ci-mirror
62
+ MINGW_URL : https://rust-lang-ci2.s3. amazonaws.com/rust-ci-mirror
63
63
MINGW_ARCHIVE : i686-6.3.0-release-posix-dwarf-rt_v5-rev2.7z
64
64
MINGW_DIR : mingw32
65
65
# FIXME(#59637)
@@ -69,14 +69,14 @@ environment:
69
69
MSYS_BITS : 32
70
70
RUST_CONFIGURE_ARGS : --build=i686-pc-windows-gnu
71
71
SCRIPT : make ci-subset-2
72
- MINGW_URL : https://s3-us-west-1. amazonaws.com/rust-lang-ci2 /rust-ci-mirror
72
+ MINGW_URL : https://rust-lang-ci2.s3. amazonaws.com/rust-ci-mirror
73
73
MINGW_ARCHIVE : i686-6.3.0-release-posix-dwarf-rt_v5-rev2.7z
74
74
MINGW_DIR : mingw32
75
75
- CI_JOB_NAME : x86_64-mingw
76
76
MSYS_BITS : 64
77
77
SCRIPT : python x.py test
78
78
RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-gnu
79
- MINGW_URL : https://s3-us-west-1. amazonaws.com/rust-lang-ci2 /rust-ci-mirror
79
+ MINGW_URL : https://rust-lang-ci2.s3. amazonaws.com/rust-ci-mirror
80
80
MINGW_ARCHIVE : x86_64-6.3.0-release-posix-seh-rt_v5-rev2.7z
81
81
MINGW_DIR : mingw64
82
82
# FIXME(#59637)
@@ -106,7 +106,7 @@ environment:
106
106
MSYS_BITS : 32
107
107
RUST_CONFIGURE_ARGS : --build=i686-pc-windows-gnu --enable-full-tools --enable-profiler
108
108
SCRIPT : python x.py dist
109
- MINGW_URL : https://s3-us-west-1. amazonaws.com/rust-lang-ci2 /rust-ci-mirror
109
+ MINGW_URL : https://rust-lang-ci2.s3. amazonaws.com/rust-ci-mirror
110
110
MINGW_ARCHIVE : i686-6.3.0-release-posix-dwarf-rt_v5-rev2.7z
111
111
MINGW_DIR : mingw32
112
112
DIST_REQUIRE_ALL_TOOLS : 1
@@ -115,7 +115,7 @@ environment:
115
115
MSYS_BITS : 64
116
116
SCRIPT : python x.py dist
117
117
RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-gnu --enable-full-tools --enable-profiler
118
- MINGW_URL : https://s3-us-west-1. amazonaws.com/rust-lang-ci2 /rust-ci-mirror
118
+ MINGW_URL : https://rust-lang-ci2.s3. amazonaws.com/rust-ci-mirror
119
119
MINGW_ARCHIVE : x86_64-6.3.0-release-posix-seh-rt_v5-rev2.7z
120
120
MINGW_DIR : mingw64
121
121
DIST_REQUIRE_ALL_TOOLS : 1
@@ -159,7 +159,7 @@ install:
159
159
#
160
160
# Original downloaded here came from
161
161
# http://releases.llvm.org/8.0.0/LLVM-8.0.0-win64.exe
162
- - if NOT defined MINGW_URL appveyor-retry appveyor DownloadFile https://s3-us-west-1. amazonaws.com/rust-lang-ci2 /rust-ci-mirror/LLVM-8.0.0-win64.exe
162
+ - if NOT defined MINGW_URL appveyor-retry appveyor DownloadFile https://rust-lang-ci2.s3. amazonaws.com/rust-ci-mirror/LLVM-8.0.0-win64.exe
163
163
- if NOT defined MINGW_URL .\LLVM-8.0.0-win64.exe /S /NCRC /D=C:\clang-rust
164
164
- if NOT defined MINGW_URL set RUST_CONFIGURE_ARGS=%RUST_CONFIGURE_ARGS% --set llvm.clang-cl=C:\clang-rust\bin\clang-cl.exe
165
165
@@ -191,25 +191,25 @@ install:
191
191
- set PATH=C:\Python27;%PATH%
192
192
193
193
# Download and install sccache
194
- - appveyor-retry appveyor DownloadFile https://s3-us-west-1. amazonaws.com/rust-lang-ci2 /rust-ci-mirror/2018-04-26-sccache-x86_64-pc-windows-msvc
194
+ - appveyor-retry appveyor DownloadFile https://rust-lang-ci2.s3. amazonaws.com/rust-ci-mirror/2018-04-26-sccache-x86_64-pc-windows-msvc
195
195
- mv 2018-04-26-sccache-x86_64-pc-windows-msvc sccache.exe
196
196
- set PATH=%PATH%;%CD%
197
197
198
198
# Download and install ninja
199
199
#
200
200
# Note that this is originally from the github releases patch of Ninja
201
- - appveyor-retry appveyor DownloadFile https://s3-us-west-1. amazonaws.com/rust-lang-ci2 /rust-ci-mirror/2017-03-15-ninja-win.zip
201
+ - appveyor-retry appveyor DownloadFile https://rust-lang-ci2.s3. amazonaws.com/rust-ci-mirror/2017-03-15-ninja-win.zip
202
202
- 7z x 2017-03-15-ninja-win.zip
203
203
- set RUST_CONFIGURE_ARGS=%RUST_CONFIGURE_ARGS% --enable-ninja
204
204
# - set PATH=%PATH%;%CD% -- this already happens above for sccache
205
205
206
206
# Install InnoSetup to get `iscc` used to produce installers
207
- - appveyor-retry appveyor DownloadFile https://s3-us-west-1. amazonaws.com/rust-lang-ci2 /rust-ci-mirror/2017-08-22-is.exe
207
+ - appveyor-retry appveyor DownloadFile https://rust-lang-ci2.s3. amazonaws.com/rust-ci-mirror/2017-08-22-is.exe
208
208
- 2017-08-22-is.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-
209
209
- set PATH="C:\Program Files (x86)\Inno Setup 5";%PATH%
210
210
211
211
# Help debug some handle issues on AppVeyor
212
- - appveyor-retry appveyor DownloadFile https://s3-us-west-1. amazonaws.com/rust-lang-ci2 /rust-ci-mirror/2017-05-15-Handle.zip
212
+ - appveyor-retry appveyor DownloadFile https://rust-lang-ci2.s3. amazonaws.com/rust-ci-mirror/2017-05-15-Handle.zip
213
213
- mkdir handle
214
214
- 7z x -ohandle 2017-05-15-Handle.zip
215
215
- set PATH=%PATH%;%CD%\handle
0 commit comments