@@ -36,10 +36,6 @@ runners:
36
36
os : windows-2019-8core-32gb
37
37
<< : *base-job
38
38
39
- - &job-windows-2019-16c
40
- os : windows-2019-16core-64gb
41
- << : *base-job
42
-
43
39
- &job-aarch64-linux
44
40
os : [ self-hosted, ARM64, linux ]
45
41
@@ -349,21 +345,21 @@ auto:
349
345
env :
350
346
RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-profiler
351
347
SCRIPT : make ci-msvc
352
- << : *job-windows-2019- 8c
348
+ << : *job-windows-8c
353
349
354
350
- image : i686-msvc
355
351
env :
356
352
RUST_CONFIGURE_ARGS : --build=i686-pc-windows-msvc
357
353
SCRIPT : make ci-msvc
358
- << : *job-windows-2019- 8c
354
+ << : *job-windows-8c
359
355
360
356
- image : x86_64-msvc-ext
361
357
env :
362
358
SCRIPT : python x.py --stage 2 test src/tools/cargotest src/tools/cargo && src/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh x.py /tmp/toolstate/toolstates.json windows
363
359
HOST_TARGET : x86_64-pc-windows-msvc
364
360
RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-lld --save-toolstates=/tmp/toolstate/toolstates.json
365
361
DEPLOY_TOOLSTATES_JSON : toolstates-windows.json
366
- << : *job-windows-2019- 8c
362
+ << : *job-windows-8c
367
363
368
364
# 32/64-bit MinGW builds.
369
365
#
@@ -414,7 +410,7 @@ auto:
414
410
--set rust.codegen-units=1
415
411
SCRIPT : python x.py build --set rust.debug=true opt-dist && PGO_HOST=x86_64-pc-windows-msvc ./build/x86_64-pc-windows-msvc/stage0-tools-bin/opt-dist windows-ci -- python x.py dist bootstrap --include-default-paths
416
412
DIST_REQUIRE_ALL_TOOLS : 1
417
- << : *job-windows-2019- 8c
413
+ << : *job-windows-8c
418
414
419
415
- image : dist-i686-msvc
420
416
env :
@@ -426,8 +422,11 @@ auto:
426
422
--enable-profiler
427
423
SCRIPT : python x.py dist bootstrap --include-default-paths
428
424
DIST_REQUIRE_ALL_TOOLS : 1
429
- << : *job-windows-2019- 8c
425
+ << : *job-windows-8c
430
426
427
+ # FIXME: There is a Clang bug that prevents using the VS 2022 STL when
428
+ # building for ARM64: https://github.com/llvm/llvm-project/pull/81849
429
+ # This is fixed in LLVM 19, but can't be backported to LLVM 18.
431
430
- image : dist-aarch64-msvc
432
431
env :
433
432
RUST_CONFIGURE_ARGS : >-
@@ -471,4 +470,4 @@ auto:
471
470
env :
472
471
RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-extended --enable-profiler
473
472
SCRIPT : python x.py dist bootstrap --include-default-paths
474
- << : *job-windows-2019- 8c
473
+ << : *job-windows-8c
0 commit comments