File tree Expand file tree Collapse file tree 2 files changed +12
-22
lines changed Expand file tree Collapse file tree 2 files changed +12
-22
lines changed Original file line number Diff line number Diff line change @@ -52,19 +52,14 @@ jobs:
5252 strategy :
5353 matrix :
5454 include :
55- - name : mingw-check
56- os : ubuntu-20.04-4core-16gb
57- env : {}
58- - name : mingw-check-tidy
59- os : ubuntu-20.04-4core-16gb
55+ - name : test-various
56+ os : ubuntu-20.04-8core-32gb
6057 env : {}
61- - name : x86_64-gnu-llvm-16
58+ - name : x86_64-msvc
6259 env :
63- ENABLE_GCC_CODEGEN : " 1"
64- os : ubuntu-20.04-16core-64gb
65- - name : x86_64-gnu-tools
66- os : ubuntu-20.04-16core-64gb
67- env : {}
60+ RUST_CONFIGURE_ARGS : " --build=x86_64-pc-windows-msvc --enable-profiler"
61+ SCRIPT : make ci-msvc
62+ os : windows-2019-8core-32gb
6863 defaults :
6964 run :
7065 shell : " ${{ contains(matrix.os, 'windows') && 'msys2 {0}' || 'bash' }}"
Original file line number Diff line number Diff line change @@ -351,19 +351,14 @@ jobs:
351351 strategy :
352352 matrix :
353353 include :
354- - name : mingw-check
355- << : *job-linux-4c
356-
357- - name : mingw-check-tidy
358- << : *job-linux-4c
354+ - name : test-various
355+ << : *job-linux-8c
359356
360- - name : x86_64-gnu-llvm-16
357+ - name : x86_64-msvc
361358 env :
362- ENABLE_GCC_CODEGEN : " 1"
363- << : *job-linux-16c
364-
365- - name : x86_64-gnu-tools
366- << : *job-linux-16c
359+ RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-profiler
360+ SCRIPT : make ci-msvc
361+ << : *job-windows-8c
367362
368363 auto :
369364 << : *base-ci-job
You can’t perform that action at this time.
0 commit comments