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 @@ -385,15 +385,10 @@ jobs:
385
385
RUST_CONFIGURE_ARGS : " --build=i686-pc-windows-msvc"
386
386
SCRIPT : make ci-msvc
387
387
os : windows-2019-8core-32gb
388
- - name : x86_64-msvc-cargo
388
+ - name : x86_64-msvc-ext
389
389
env :
390
- SCRIPT : python x.py --stage 2 test src/tools/cargotest src/tools/cargo
391
- RUST_CONFIGURE_ARGS : " --build=x86_64-pc-windows-msvc --enable-lld"
392
- os : windows-2019-8core-32gb
393
- - name : x86_64-msvc-tools
394
- env :
395
- SCRIPT : src/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh x.py /tmp/toolstate/toolstates.json windows
396
- RUST_CONFIGURE_ARGS : " --build=x86_64-pc-windows-msvc --save-toolstates=/tmp/toolstate/toolstates.json"
390
+ 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
391
+ RUST_CONFIGURE_ARGS : " --build=x86_64-pc-windows-msvc --enable-lld --save-toolstates=/tmp/toolstate/toolstates.json"
397
392
DEPLOY_TOOLSTATES_JSON : toolstates-windows.json
398
393
os : windows-2019-8core-32gb
399
394
- name : i686-mingw
Original file line number Diff line number Diff line change @@ -590,16 +590,10 @@ jobs:
590
590
SCRIPT : make ci-msvc
591
591
<< : *job-windows-8c
592
592
593
- - name : x86_64-msvc-cargo
593
+ - name : x86_64-msvc-ext
594
594
env :
595
- SCRIPT : python x.py --stage 2 test src/tools/cargotest src/tools/cargo
596
- RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-lld
597
- << : *job-windows-8c
598
-
599
- - name : x86_64-msvc-tools
600
- env :
601
- SCRIPT : src/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh x.py /tmp/toolstate/toolstates.json windows
602
- RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --save-toolstates=/tmp/toolstate/toolstates.json
595
+ 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
596
+ RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-lld --save-toolstates=/tmp/toolstate/toolstates.json
603
597
DEPLOY_TOOLSTATES_JSON : toolstates-windows.json
604
598
<< : *job-windows-8c
605
599
You can’t perform that action at this time.
0 commit comments