diff options
| author | Josh Stone <jistone@redhat.com> | 2023-10-19 10:47:18 -0700 |
|---|---|---|
| committer | Josh Stone <jistone@redhat.com> | 2023-10-19 10:47:18 -0700 |
| commit | 5f86fe96d8de12ffc6d88a8a7e3df7a15b38c298 (patch) | |
| tree | 4358da706a1795142d591cb901ae32987e9515f2 /src/ci/github-actions | |
| parent | c104861b7b51d2c28e7023e7e53db16cc6677e29 (diff) | |
| download | rust-5f86fe96d8de12ffc6d88a8a7e3df7a15b38c298.tar.gz rust-5f86fe96d8de12ffc6d88a8a7e3df7a15b38c298.zip | |
ci: add a runner for vanilla LLVM 17
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/ci.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml index 93b07350ac1..cb164eecc90 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -455,6 +455,11 @@ jobs: - name: x86_64-gnu-distcheck <<: *job-linux-8c + - name: x86_64-gnu-llvm-17 + env: + RUST_BACKTRACE: 1 + <<: *job-linux-8c + - name: x86_64-gnu-llvm-16 env: RUST_BACKTRACE: 1 |
