diff options
| author | Josh Stone <jistone@redhat.com> | 2024-03-07 18:30:04 -0800 |
|---|---|---|
| committer | Josh Stone <jistone@redhat.com> | 2024-03-07 18:30:04 -0800 |
| commit | bef1cd80d8f6264b5ed66b5696a758db5d47491b (patch) | |
| tree | e094338c0e0074de400fc7bf5155bac78d79ed27 /.github/workflows | |
| parent | 9823f173150baf893b2491513466ac024ae63e40 (diff) | |
| download | rust-bef1cd80d8f6264b5ed66b5696a758db5d47491b.tar.gz rust-bef1cd80d8f6264b5ed66b5696a758db5d47491b.zip | |
ci: add a runner for vanilla LLVM 18
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d1056de25c..cd13ce35007 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -315,6 +315,10 @@ jobs: - name: x86_64-gnu-distcheck os: ubuntu-20.04-8core-32gb env: {} + - name: x86_64-gnu-llvm-18 + env: + RUST_BACKTRACE: 1 + os: ubuntu-20.04-8core-32gb - name: x86_64-gnu-llvm-17 env: RUST_BACKTRACE: 1 |
