X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;ds=sidebyside;f=src%2Fci%2Fscripts%2Finstall-clang.sh;h=0bc8a0389a8d4c0e6fc153fdbd26423d2b5f759c;hb=d3a1aa0b4380b7ab217a1e2889a4217e70237f61;hp=48eb88c9f92718b75f1f03d8520d4ae0d6d5113f;hpb=d55c373ddd1ec4f9bee281801f85283ac44140a7;p=rust.git diff --git a/src/ci/scripts/install-clang.sh b/src/ci/scripts/install-clang.sh index 48eb88c9f92..0bc8a0389a8 100755 --- a/src/ci/scripts/install-clang.sh +++ b/src/ci/scripts/install-clang.sh @@ -1,4 +1,5 @@ #!/bin/bash +# ignore-tidy-linelength # This script installs clang on the local machine. Note that we don't install # clang on Linux since its compiler story is just so different. Each container # has its own toolchain configured appropriately already. @@ -9,7 +10,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="14.0.2" +LLVM_VERSION="14.0.5" if isMacOS; then # If the job selects a specific Xcode version, use that instead of