File tree 2 files changed +16
-7
lines changed
2 files changed +16
-7
lines changed Original file line number Diff line number Diff line change @@ -593,10 +593,12 @@ jobs:
593
593
strategy :
594
594
matrix :
595
595
include :
596
- - name : dist-x86_64-linux
596
+ - name : dist-x86_64-msvc
597
597
env :
598
- CODEGEN_BACKENDS : " llvm,cranelift"
599
- os : ubuntu-20.04-16core-64gb
598
+ 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"
599
+ 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
600
+ DIST_REQUIRE_ALL_TOOLS : 1
601
+ os : windows-2019-8core-32gb
600
602
defaults :
601
603
run :
602
604
shell : " ${{ contains(matrix.os, 'windows') && 'msys2 {0}' || 'bash' }}"
Original file line number Diff line number Diff line change @@ -759,11 +759,18 @@ jobs:
759
759
strategy :
760
760
matrix :
761
761
include :
762
- - &dist-x86_64-linux
763
- name : dist-x86_64-linux
762
+ - name : dist-x86_64-msvc
764
763
env :
765
- CODEGEN_BACKENDS : llvm,cranelift
766
- << : *job-linux-16c
764
+ RUST_CONFIGURE_ARGS : >-
765
+ --build=x86_64-pc-windows-msvc
766
+ --host=x86_64-pc-windows-msvc
767
+ --target=x86_64-pc-windows-msvc
768
+ --enable-full-tools
769
+ --enable-profiler
770
+ --set rust.codegen-units=1
771
+ 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
772
+ DIST_REQUIRE_ALL_TOOLS : 1
773
+ << : *job-windows-8c
767
774
768
775
769
776
master :
You can’t perform that action at this time.
0 commit comments