From 94f8ee1f7c27b749f84ce9dbea0762975aaa7770 Mon Sep 17 00:00:00 2001 From: Rémy Rakic Date: Fri, 13 May 2022 09:22:36 +0200 Subject: bump CI LLVM to 14.0.5 The version 14.0.2 we currently use is busted on windows at the very least. --- src/ci/scripts/install-clang.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ci/scripts') 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 -- cgit 1.4.1-3-g733a5