File tree 2 files changed +6
-17
lines changed
2 files changed +6
-17
lines changed Original file line number Diff line number Diff line change @@ -406,15 +406,10 @@ jobs:
406
406
RUST_CONFIGURE_ARGS : " --build=i686-pc-windows-msvc"
407
407
SCRIPT : make ci-msvc
408
408
os : windows-2019-8core-32gb
409
- - name : x86_64-msvc-cargo
409
+ - name : x86_64-msvc-ext
410
410
env :
411
- SCRIPT : python x.py --stage 2 test src/tools/cargotest src/tools/cargo
412
- RUST_CONFIGURE_ARGS : " --build=x86_64-pc-windows-msvc --enable-lld"
413
- os : windows-2019-8core-32gb
414
- - name : x86_64-msvc-tools
415
- env :
416
- SCRIPT : src/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh x.py /tmp/toolstate/toolstates.json windows
417
- RUST_CONFIGURE_ARGS : " --build=x86_64-pc-windows-msvc --save-toolstates=/tmp/toolstate/toolstates.json"
411
+ 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
412
+ RUST_CONFIGURE_ARGS : " --build=x86_64-pc-windows-msvc --enable-lld --save-toolstates=/tmp/toolstate/toolstates.json"
418
413
DEPLOY_TOOLSTATES_JSON : toolstates-windows.json
419
414
os : windows-2019-8core-32gb
420
415
- name : i686-mingw
Original file line number Diff line number Diff line change @@ -610,16 +610,10 @@ jobs:
610
610
SCRIPT : make ci-msvc
611
611
<< : *job-windows-8c
612
612
613
- - name : x86_64-msvc-cargo
613
+ - name : x86_64-msvc-ext
614
614
env :
615
- SCRIPT : python x.py --stage 2 test src/tools/cargotest src/tools/cargo
616
- RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-lld
617
- << : *job-windows-8c
618
-
619
- - name : x86_64-msvc-tools
620
- env :
621
- SCRIPT : src/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh x.py /tmp/toolstate/toolstates.json windows
622
- RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --save-toolstates=/tmp/toolstate/toolstates.json
615
+ 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
616
+ RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-lld --save-toolstates=/tmp/toolstate/toolstates.json
623
617
DEPLOY_TOOLSTATES_JSON : toolstates-windows.json
624
618
<< : *job-windows-8c
625
619
You can’t perform that action at this time.
0 commit comments