File tree 2 files changed +17
-0
lines changed
2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -549,6 +549,12 @@ jobs:
549
549
- name : dist-x86_64-linux
550
550
os : ubuntu-20.04-16core-64gb
551
551
env : {}
552
+ - name : dist-x86_64-msvc
553
+ env :
554
+ 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"
555
+ 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
556
+ DIST_REQUIRE_ALL_TOOLS : 1
557
+ os : windows-2019-8core-32gb
552
558
timeout-minutes : 600
553
559
runs-on : " ${{ matrix.os }}"
554
560
steps :
Original file line number Diff line number Diff line change @@ -698,6 +698,17 @@ jobs:
698
698
- &dist-x86_64-linux
699
699
name : dist-x86_64-linux
700
700
<< : *job-linux-16c
701
+ - name : dist-x86_64-msvc
702
+ env :
703
+ RUST_CONFIGURE_ARGS : >-
704
+ --build=x86_64-pc-windows-msvc
705
+ --host=x86_64-pc-windows-msvc
706
+ --target=x86_64-pc-windows-msvc
707
+ --enable-full-tools
708
+ --enable-profiler
709
+ 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
710
+ DIST_REQUIRE_ALL_TOOLS : 1
711
+ << : *job-windows-8c
701
712
702
713
master :
703
714
name : master
You can’t perform that action at this time.
0 commit comments