Skip to content

Commit

Permalink
Update clang to 12.0.0 on Windows and macOS
Browse files Browse the repository at this point in the history
Needed for rust-lang#84764 . Tarballs
already uploaded to the CI mirror bucket.
  • Loading branch information
joshtriplett authored and JohnTitor committed Jun 7, 2021
1 parent 849c075 commit ff4c377
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 ff4c377

Please sign in to comment.