mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-28 01:34:21 +00:00
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.
This commit is contained in:
commit
dc5f2cd266
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user