We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85b884b commit 874b90eCopy full SHA for 874b90e
.github/workflows/ci.yml
@@ -62,6 +62,10 @@ jobs:
62
env:
63
ENABLE_GCC_CODEGEN: "1"
64
os: ubuntu-20.04-16core-64gb
65
+ - name: x86_64-gnu-llvm-18
66
+ env:
67
+ RUST_BACKTRACE: 1
68
+ os: ubuntu-20.04-8core-32gb
69
- name: x86_64-gnu-tools
70
71
env: {}
src/ci/github-actions/ci.yml
@@ -363,6 +363,11 @@ jobs:
363
364
<<: *job-linux-16c
365
366
367
368
369
+ <<: *job-linux-8c
370
+
371
372
373
0 commit comments