diff options
| author | Jakub Beránek <berykubik@gmail.com> | 2022-05-06 18:25:27 +0200 |
|---|---|---|
| committer | Jakub Beránek <berykubik@gmail.com> | 2022-05-06 18:25:27 +0200 |
| commit | af542449398770378b7fe2fe9a02ae1298a99f05 (patch) | |
| tree | 91dd07dcaaa1fe434b3ea1c278108bacda25c6d8 | |
| parent | 322a14919d6cc67af45477b623857b30fae63f9d (diff) | |
| download | rust-af542449398770378b7fe2fe9a02ae1298a99f05.tar.gz rust-af542449398770378b7fe2fe9a02ae1298a99f05.zip | |
Update LLVM version used to build OS X and Windows artifacts to 14.0.2
| -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 b17398bb6b4..48eb88c9f92 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="12.0.0" +LLVM_VERSION="14.0.2" if isMacOS; then # If the job selects a specific Xcode version, use that instead of |
