We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
x86_64-unknown-linux-gnu
1 parent eb91977 commit dbd9047Copy full SHA for dbd9047
.github/workflows/ci.yml
@@ -61,6 +61,15 @@ jobs:
61
- name: x86_64-gnu-llvm-16
62
os: ubuntu-20.04-16core-64gb
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
70
+ - name: x86_64-gnu-distcheck
71
72
73
- name: x86_64-gnu-tools
74
75
src/ci/github-actions/ci.yml
@@ -327,6 +327,15 @@ jobs:
327
328
<<: *job-linux-16c
329
330
331
+ <<: *job-linux-4c
332
+
333
334
+ <<: *job-linux-8c
335
336
337
338
339
340
341
0 commit comments