@@ -438,7 +438,7 @@ jobs:
438
438
os : windows-2019-8core-32gb
439
439
- name : dist-x86_64-msvc
440
440
env :
441
- RUST_CONFIGURE_ARGS : " --build=x86_64-pc-windows-msvc --host=x86_64-pc-windows-msvc --target=x86_64-pc-windows-msvc --enable-full-tools --enable-profiler --set rust.codegen-units=1"
441
+ RUST_CONFIGURE_ARGS : " --build=x86_64-pc-windows-msvc --host=x86_64-pc-windows-msvc --target=x86_64-pc-windows-msvc --enable-full-tools --enable-profiler --set rust.codegen-units=1 --set rust.lto=thin "
442
442
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
443
443
DIST_REQUIRE_ALL_TOOLS : 1
444
444
os : windows-2019-8core-32gb
@@ -592,7 +592,6 @@ jobs:
592
592
try :
593
593
name : " try - ${{ matrix.name }}"
594
594
env :
595
- DIST_TRY_BUILD : 1
596
595
CI_JOB_NAME : " ${{ matrix.name }}"
597
596
CARGO_REGISTRIES_CRATES_IO_PROTOCOL : sparse
598
597
HEAD_SHA : " ${{ github.event.pull_request.head.sha || github.sha }}"
@@ -610,10 +609,12 @@ jobs:
610
609
strategy :
611
610
matrix :
612
611
include :
613
- - name : dist-x86_64-linux
612
+ - name : dist-x86_64-msvc
614
613
env :
615
- CODEGEN_BACKENDS : " llvm,cranelift"
616
- os : ubuntu-20.04-16core-64gb
614
+ RUST_CONFIGURE_ARGS : " --build=x86_64-pc-windows-msvc --host=x86_64-pc-windows-msvc --target=x86_64-pc-windows-msvc --enable-full-tools --enable-profiler --set rust.codegen-units=1 --set rust.lto=thin"
615
+ 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
616
+ DIST_REQUIRE_ALL_TOOLS : 1
617
+ os : windows-2019-8core-32gb
617
618
defaults :
618
619
run :
619
620
shell : " ${{ contains(matrix.os, 'windows') && 'msys2 {0}' || 'bash' }}"
0 commit comments