File tree 2 files changed +8
-12
lines changed
2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -58,13 +58,11 @@ jobs:
58
58
- name : mingw-check-tidy
59
59
os : ubuntu-20.04-4core-16gb
60
60
env : {}
61
- - name : x86_64-gnu-llvm-17
61
+ - name : x86_64-msvc
62
62
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 : {}
63
+ RUST_CONFIGURE_ARGS : " --build=x86_64-pc-windows-msvc --enable-profiler"
64
+ SCRIPT : make ci-msvc
65
+ os : windows-2019-8core-32gb
68
66
defaults :
69
67
run :
70
68
shell : " ${{ contains(matrix.os, 'windows') && 'msys2 {0}' || 'bash' }}"
Original file line number Diff line number Diff line change @@ -358,13 +358,11 @@ jobs:
358
358
- name : mingw-check-tidy
359
359
<< : *job-linux-4c
360
360
361
- - name : x86_64-gnu-llvm-17
361
+ - name : x86_64-msvc
362
362
env :
363
- ENABLE_GCC_CODEGEN : " 1"
364
- << : *job-linux-16c
365
-
366
- - name : x86_64-gnu-tools
367
- << : *job-linux-16c
363
+ RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-profiler
364
+ SCRIPT : make ci-msvc
365
+ << : *job-windows-8c
368
366
369
367
auto :
370
368
<< : *base-ci-job
You can’t perform that action at this time.
0 commit comments