File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 61
61
- name : x86_64-gnu-llvm-16
62
62
os : ubuntu-20.04-16core-64gb
63
63
env : {}
64
+ - name : x86_64-gnu-aux
65
+ os : ubuntu-20.04-4core-16gb
66
+ env : {}
67
+ - name : x86_64-gnu-debug
68
+ os : ubuntu-20.04-8core-32gb
69
+ env : {}
70
+ - name : x86_64-gnu-distcheck
71
+ os : ubuntu-20.04-8core-32gb
72
+ env : {}
64
73
- name : x86_64-gnu-tools
65
74
os : ubuntu-20.04-16core-64gb
66
75
env : {}
Original file line number Diff line number Diff line change @@ -327,6 +327,15 @@ jobs:
327
327
- name : x86_64-gnu-llvm-16
328
328
<< : *job-linux-16c
329
329
330
+ - name : x86_64-gnu-aux
331
+ << : *job-linux-4c
332
+
333
+ - name : x86_64-gnu-debug
334
+ << : *job-linux-8c
335
+
336
+ - name : x86_64-gnu-distcheck
337
+ << : *job-linux-8c
338
+
330
339
- name : x86_64-gnu-tools
331
340
<< : *job-linux-16c
332
341
You can’t perform that action at this time.
0 commit comments