diff options
| author | Josh Stone <jistone@redhat.com> | 2021-03-22 11:33:43 -0700 |
|---|---|---|
| committer | Josh Stone <jistone@redhat.com> | 2021-03-22 11:33:43 -0700 |
| commit | 7d872f538efc5cb3786c3aa0a6654bae7a67ec63 (patch) | |
| tree | b7e9f5a8d13b2bf78dfb8d219615de1c53798240 /src/ci/github-actions | |
| parent | d04c3aa8656f6588c87bafafb34d51239dab98bb (diff) | |
| download | rust-7d872f538efc5cb3786c3aa0a6654bae7a67ec63.tar.gz rust-7d872f538efc5cb3786c3aa0a6654bae7a67ec63.zip | |
Update the minimum external LLVM to 10
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml index c0a84444a59..a59a90b86bc 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -280,7 +280,7 @@ jobs: - name: mingw-check <<: *job-linux-xl - - name: x86_64-gnu-llvm-9 + - name: x86_64-gnu-llvm-10 <<: *job-linux-xl - name: x86_64-gnu-tools @@ -412,7 +412,7 @@ jobs: - name: x86_64-gnu-distcheck <<: *job-linux-xl - - name: x86_64-gnu-llvm-9 + - name: x86_64-gnu-llvm-10 env: RUST_BACKTRACE: 1 <<: *job-linux-xl |
