diff options
| author | bors <bors@rust-lang.org> | 2024-09-14 18:44:23 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-09-14 18:44:23 +0000 |
| commit | 5e3ede22ef6fd23197629c22b9f466b3734e19f1 (patch) | |
| tree | 5e5240b2782abded5fb666d4b771ea4b6da8dca5 /src/ci/github-actions | |
| parent | 5fe0e40e05f2d0408c6a292b160f96d595aedfbc (diff) | |
| parent | 960ec52bcfb697e8db2124c20e5477d3de13c165 (diff) | |
| download | rust-5e3ede22ef6fd23197629c22b9f466b3734e19f1.tar.gz rust-5e3ede22ef6fd23197629c22b9f466b3734e19f1.zip | |
Auto merge of #129974 - cuviper:ci-llvm-19, r=Mark-Simulacrum
ci: add a runner for vanilla LLVM 19 Ubuntu 24.10 has `llvm-19` packages that we can start testing with. The `Dockerfile` is otherwise the same as the `llvm-18` runner.
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/jobs.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index 41d3b311749..14c0e4d2a67 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -247,6 +247,11 @@ auto: - image: x86_64-gnu-distcheck <<: *job-linux-8c + - image: x86_64-gnu-llvm-19 + env: + RUST_BACKTRACE: 1 + <<: *job-linux-8c + - image: x86_64-gnu-llvm-18 env: RUST_BACKTRACE: 1 |
