diff options
| author | Josh Stone <jistone@redhat.com> | 2024-03-15 18:43:19 -0700 |
|---|---|---|
| committer | Josh Stone <jistone@redhat.com> | 2024-03-17 10:11:04 -0700 |
| commit | 29430554f65619007f004e7941b7c2efb6465dbf (patch) | |
| tree | 8c1c25b65e50d352351ebcf59d217c048a722065 /src/ci/github-actions/ci.yml | |
| parent | 35dfc67d94c47a6c6ae28c46e7dc1c547f772485 (diff) | |
| download | rust-29430554f65619007f004e7941b7c2efb6465dbf.tar.gz rust-29430554f65619007f004e7941b7c2efb6465dbf.zip | |
Update the minimum external LLVM to 17
Diffstat (limited to 'src/ci/github-actions/ci.yml')
| -rw-r--r-- | src/ci/github-actions/ci.yml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml index bc81b1e04a7..972ef359337 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -357,7 +357,7 @@ jobs: - name: mingw-check-tidy <<: *job-linux-4c - - name: x86_64-gnu-llvm-16 + - name: x86_64-gnu-llvm-17 env: ENABLE_GCC_CODEGEN: "1" <<: *job-linux-16c @@ -520,11 +520,6 @@ jobs: RUST_BACKTRACE: 1 <<: *job-linux-8c - - name: x86_64-gnu-llvm-16 - env: - RUST_BACKTRACE: 1 - <<: *job-linux-8c - - name: x86_64-gnu-nopt <<: *job-linux-4c |
