Skip to content

Commit dbd9047

Browse files
committed
tmp: enable more x86_64-unknown-linux-gnu builders
1 parent eb91977 commit dbd9047

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,15 @@ jobs:
6161
- name: x86_64-gnu-llvm-16
6262
os: ubuntu-20.04-16core-64gb
6363
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: {}
6473
- name: x86_64-gnu-tools
6574
os: ubuntu-20.04-16core-64gb
6675
env: {}

src/ci/github-actions/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,15 @@ jobs:
327327
- name: x86_64-gnu-llvm-16
328328
<<: *job-linux-16c
329329

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+
330339
- name: x86_64-gnu-tools
331340
<<: *job-linux-16c
332341

0 commit comments

Comments
 (0)