diff options
| author | Josh Stone <jistone@redhat.com> | 2023-01-18 11:14:40 -0800 |
|---|---|---|
| committer | Josh Stone <jistone@redhat.com> | 2023-01-18 11:14:40 -0800 |
| commit | 318d77ddfd87d034d54c4e73a3793fbc743b0476 (patch) | |
| tree | 73bbbefcc44544edbf58d76a45de541fe8f74dfe /src/ci/github-actions | |
| parent | 1f72129ffe5e8c495113f9a2d4e1730f7fad3209 (diff) | |
| download | rust-318d77ddfd87d034d54c4e73a3793fbc743b0476.tar.gz rust-318d77ddfd87d034d54c4e73a3793fbc743b0476.zip | |
ci: add runners for vanilla LLVM 14 and 15
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/ci.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml index d2a9264c84a..a466777dd46 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -450,6 +450,16 @@ jobs: - name: x86_64-gnu-distcheck <<: *job-linux-xl + - name: x86_64-gnu-llvm-15 + env: + RUST_BACKTRACE: 1 + <<: *job-linux-xl + + - name: x86_64-gnu-llvm-14 + env: + RUST_BACKTRACE: 1 + <<: *job-linux-xl + - name: x86_64-gnu-llvm-13 env: RUST_BACKTRACE: 1 |
