File tree 2 files changed +12
-22
lines changed
2 files changed +12
-22
lines changed Original file line number Diff line number Diff line change @@ -52,19 +52,14 @@ jobs:
52
52
strategy :
53
53
matrix :
54
54
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
60
57
env : {}
61
- - name : x86_64-gnu-llvm-16
58
+ - name : x86_64-msvc
62
59
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
68
63
defaults :
69
64
run :
70
65
shell : " ${{ contains(matrix.os, 'windows') && 'msys2 {0}' || 'bash' }}"
Original file line number Diff line number Diff line change @@ -351,19 +351,14 @@ jobs:
351
351
strategy :
352
352
matrix :
353
353
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
359
356
360
- - name : x86_64-gnu-llvm-16
357
+ - name : x86_64-msvc
361
358
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
367
362
368
363
auto :
369
364
<< : *base-ci-job
You can’t perform that action at this time.
0 commit comments