]> git.lizzy.rs Git - rust.git/commitdiff
bump CI LLVM to 14.0.5
authorRémy Rakic <remy.rakic+github@gmail.com>
Fri, 13 May 2022 07:22:36 +0000 (09:22 +0200)
committerRémy Rakic <remy.rakic+github@gmail.com>
Mon, 11 Jul 2022 13:20:46 +0000 (15:20 +0200)
The version 14.0.2 we currently use is busted on windows at the very
least.

src/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh
src/ci/scripts/install-clang.sh

index 495c539d06988fa59c1f1605611d89582ed3e568..1025f5bce802cd5bd815696fbc9594522c741a61 100755 (executable)
@@ -4,7 +4,7 @@ set -ex
 
 source shared.sh
 
-LLVM=llvmorg-14.0.2
+LLVM=llvmorg-14.0.5
 
 mkdir llvm-project
 cd llvm-project
index 48eb88c9f92718b75f1f03d8520d4ae0d6d5113f..0bc8a0389a8d4c0e6fc153fdbd26423d2b5f759c 100755 (executable)
@@ -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