File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 43
43
- name : mingw-check
44
44
os : ubuntu-latest-xl
45
45
env : {}
46
- - name : x86_64-gnu-llvm-10
47
- os : ubuntu-latest-xl
48
- env : {}
46
+ - name : x86_64-msvc-2
47
+ env :
48
+ RUST_CONFIGURE_ARGS : " --build=x86_64-pc-windows-msvc --enable-profiler"
49
+ SCRIPT : make ci-subset-2
50
+ os : windows-latest-xl
49
51
- name : x86_64-gnu-tools
50
52
env :
51
53
CI_ONLY_WHEN_SUBMODULES_CHANGED : 1
Original file line number Diff line number Diff line change @@ -280,8 +280,11 @@ jobs:
280
280
- name : mingw-check
281
281
<< : *job-linux-xl
282
282
283
- - name : x86_64-gnu-llvm-10
284
- << : *job-linux-xl
283
+ - name : x86_64-msvc-2
284
+ env :
285
+ RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-profiler
286
+ SCRIPT : make ci-subset-2
287
+ << : *job-windows-xl
285
288
286
289
- name : x86_64-gnu-tools
287
290
env :
You can’t perform that action at this time.
0 commit comments