diff options
| author | Josh Stone <jistone@redhat.com> | 2023-04-10 16:45:31 -0700 |
|---|---|---|
| committer | Josh Stone <jistone@redhat.com> | 2023-04-16 11:50:20 -0700 |
| commit | 33036159a4cf4972c8f8f149c9088c581da89f85 (patch) | |
| tree | 686ac046bf0dd4395caaed13dc4a3f47dd564014 /src/ci/github-actions | |
| parent | 8a778ca1e35e4a8df95c00d800100d95e63e7722 (diff) | |
| download | rust-33036159a4cf4972c8f8f149c9088c581da89f85.tar.gz rust-33036159a4cf4972c8f8f149c9088c581da89f85.zip | |
ci: add a runner for vanilla LLVM 16
Like #107044, this will let us track compatibility with LLVM 16 going forward, especially after we eventually upgrade our own to the next. This also drops `tidy` here and in `x86_64-gnu-llvm-15`, syncing with that change in #106085.
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 dbf4be4be24..8c7798aad8b 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -457,6 +457,11 @@ jobs: - name: x86_64-gnu-distcheck <<: *job-linux-8c + - name: x86_64-gnu-llvm-16 + env: + RUST_BACKTRACE: 1 + <<: *job-linux-8c + - name: x86_64-gnu-llvm-15 env: RUST_BACKTRACE: 1 |
