We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b86c5fa commit 0f121d7Copy full SHA for 0f121d7
.github/workflows/ci.yml
@@ -281,6 +281,10 @@ jobs:
281
env:
282
RUST_BACKTRACE: 1
283
os: ubuntu-20.04-xl
284
+ - name: x86_64-gnu-llvm-12-stage1
285
+ env:
286
+ RUST_BACKTRACE: 1
287
+ os: ubuntu-20.04-xl
288
- name: x86_64-gnu-nopt
289
290
env: {}
src/ci/github-actions/ci.yml
@@ -439,6 +439,11 @@ jobs:
439
440
<<: *job-linux-xl
441
442
443
444
445
+ <<: *job-linux-xl
446
+
447
448
449
0 commit comments