Skip to content

Commit

Permalink
Auto merge of rust-lang#84894 - joshtriplett:clang-12, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Update clang to 12.0.0 on Windows and macOS

Needed for rust-lang#84764 . Tarballs
already uploaded to the CI mirror bucket.
  • Loading branch information
bors committed May 4, 2021
2 parents a5f164f + b9ef51f commit dc5f2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/scripts/install-clang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc5f2cd

Please sign in to comment.