diff options
| author | bors <bors@rust-lang.org> | 2021-05-04 15:03:50 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-05-04 15:03:50 +0000 |
| commit | dc5f2cd2669eba101cef2626d02275cfc6f283e2 (patch) | |
| tree | a7076763f2d61d112bb510814fef8a5ab7bae0b6 /src/ci/scripts | |
| parent | a5f164faad4a2fed606b8160fd7ecd2d5cbba381 (diff) | |
| parent | b9ef51f0600beb60afadc444ff326f2696ce9ff6 (diff) | |
| download | rust-dc5f2cd2669eba101cef2626d02275cfc6f283e2.tar.gz rust-dc5f2cd2669eba101cef2626d02275cfc6f283e2.zip | |
Auto merge of #84894 - joshtriplett:clang-12, r=Mark-Simulacrum
Update clang to 12.0.0 on Windows and macOS Needed for https://github.com/rust-lang/rust/pull/84764 . Tarballs already uploaded to the CI mirror bucket.
Diffstat (limited to 'src/ci/scripts')
| -rwxr-xr-x | src/ci/scripts/install-clang.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/scripts/install-clang.sh b/src/ci/scripts/install-clang.sh index a69e49b3f08..8a30acc2e46 100755 --- a/src/ci/scripts/install-clang.sh +++ b/src/ci/scripts/install-clang.sh @@ -9,7 +9,7 @@ IFS=$'\n\t' source "$(cd "$(dirname "$0")" && pwd)/../shared.sh" # Update both macOS's and Windows's tarballs when bumping the version here. -LLVM_VERSION="10.0.0" +LLVM_VERSION="12.0.0" if isMacOS; then # If the job selects a specific Xcode version, use that instead of |
