@@ -223,37 +223,31 @@ jobs:
223223 matrix :
224224 # 32/64 bit MSVC tests
225225 x86_64-msvc-1 :
226- MSYS_BITS : 64
227226 RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-profiler
228227 SCRIPT : make ci-subset-1
229228 # FIXME(#59637)
230229 NO_DEBUG_ASSERTIONS : 1
231230 NO_LLVM_ASSERTIONS : 1
232231 x86_64-msvc-2 :
233- MSYS_BITS : 64
234232 RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-profiler
235233 SCRIPT : make ci-subset-2
236234 i686-msvc-1 :
237- MSYS_BITS : 32
238235 RUST_CONFIGURE_ARGS : --build=i686-pc-windows-msvc
239236 SCRIPT : make ci-subset-1
240237 # FIXME(#59637)
241238 NO_DEBUG_ASSERTIONS : 1
242239 NO_LLVM_ASSERTIONS : 1
243240 i686-msvc-2 :
244- MSYS_BITS : 32
245241 RUST_CONFIGURE_ARGS : --build=i686-pc-windows-msvc
246242 SCRIPT : make ci-subset-2
247243 # FIXME(#59637)
248244 NO_DEBUG_ASSERTIONS : 1
249245 NO_LLVM_ASSERTIONS : 1
250246 # MSVC aux tests
251247 x86_64-msvc-aux :
252- MSYS_BITS : 64
253248 RUST_CHECK_TARGET : check-aux EXCLUDE_CARGO=1
254249 RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc
255250 x86_64-msvc-cargo :
256- MSYS_BITS : 64
257251 SCRIPT : python x.py test src/tools/cargotest src/tools/cargo
258252 RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc
259253 VCVARS_BAT : vcvars64.bat
@@ -262,10 +256,8 @@ jobs:
262256 NO_LLVM_ASSERTIONS : 1
263257 # MSVC tools tests
264258 x86_64-msvc-tools :
265- MSYS_BITS : 64
266259 SCRIPT : src/ci/docker/x86_64-gnu-tools/checktools.sh x.py /tmp/toolstate/toolstates.json windows
267260 RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --save-toolstates=/tmp/toolstate/toolstates.json
268- DEPLOY_TOOLSTATES_JSON : toolstates-windows.json
269261
270262 # 32/64-bit MinGW builds.
271263 #
@@ -281,35 +273,30 @@ jobs:
281273 # came from the mingw-w64 SourceForge download site. Unfortunately
282274 # SourceForge is notoriously flaky, so we mirror it on our own infrastructure.
283275 i686-mingw-1 :
284- MSYS_BITS : 32
285276 RUST_CONFIGURE_ARGS : --build=i686-pc-windows-gnu
286277 SCRIPT : make ci-mingw-subset-1
287278 CUSTOM_MINGW : 1
288279 # FIXME(#59637)
289280 NO_DEBUG_ASSERTIONS : 1
290281 NO_LLVM_ASSERTIONS : 1
291282 i686-mingw-2 :
292- MSYS_BITS : 32
293283 RUST_CONFIGURE_ARGS : --build=i686-pc-windows-gnu
294284 SCRIPT : make ci-mingw-subset-2
295285 CUSTOM_MINGW : 1
296286 x86_64-mingw-1 :
297- MSYS_BITS : 64
298287 SCRIPT : make ci-mingw-subset-1
299288 RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-gnu
300289 CUSTOM_MINGW : 1
301290 # FIXME(#59637)
302291 NO_DEBUG_ASSERTIONS : 1
303292 NO_LLVM_ASSERTIONS : 1
304293 x86_64-mingw-2 :
305- MSYS_BITS : 64
306294 SCRIPT : make ci-mingw-subset-2
307295 RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-gnu
308296 CUSTOM_MINGW : 1
309297
310298 # 32/64 bit MSVC and GNU deployment
311299 dist-x86_64-msvc :
312- MSYS_BITS : 64
313300 RUST_CONFIGURE_ARGS : >-
314301 --build=x86_64-pc-windows-msvc
315302 --target=x86_64-pc-windows-msvc,aarch64-pc-windows-msvc
@@ -319,7 +306,6 @@ jobs:
319306 DIST_REQUIRE_ALL_TOOLS : 1
320307 DEPLOY : 1
321308 dist-i686-msvc :
322- MSYS_BITS : 32
323309 RUST_CONFIGURE_ARGS : >-
324310 --build=i686-pc-windows-msvc
325311 --target=i586-pc-windows-msvc
@@ -329,14 +315,12 @@ jobs:
329315 DIST_REQUIRE_ALL_TOOLS : 1
330316 DEPLOY : 1
331317 dist-i686-mingw :
332- MSYS_BITS : 32
333318 RUST_CONFIGURE_ARGS : --build=i686-pc-windows-gnu --enable-full-tools --enable-profiler
334319 SCRIPT : python x.py dist
335320 CUSTOM_MINGW : 1
336321 DIST_REQUIRE_ALL_TOOLS : 1
337322 DEPLOY : 1
338323 dist-x86_64-mingw :
339- MSYS_BITS : 64
340324 SCRIPT : python x.py dist
341325 RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-gnu --enable-full-tools --enable-profiler
342326 CUSTOM_MINGW : 1
@@ -345,7 +329,6 @@ jobs:
345329
346330 # "alternate" deployment, see .travis.yml for more info
347331 dist-x86_64-msvc-alt :
348- MSYS_BITS : 64
349332 RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-extended --enable-profiler
350333 SCRIPT : python x.py dist
351334 DEPLOY_ALT : 1
0 commit comments