diff options
| author | bors <bors@rust-lang.org> | 2023-04-18 08:38:04 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-04-18 08:38:04 +0000 |
| commit | 5fe3528be5ef12be3d12c7a9ee1b0bff9e3b35e4 (patch) | |
| tree | f46219afb5288e85034131985d12ede18e22613c /src/ci/github-actions | |
| parent | 74864fa496997a6498e623f0d2019ccb7eb6dad0 (diff) | |
| parent | 6fe2406155183f0b46022b60a997adc67f9d1c2a (diff) | |
| download | rust-5fe3528be5ef12be3d12c7a9ee1b0bff9e3b35e4.tar.gz rust-5fe3528be5ef12be3d12c7a9ee1b0bff9e3b35e4.zip | |
Auto merge of #110242 - cuviper:vanilla-llvm-16, r=Mark-Simulacrum
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 |
