Skip to content

Commit 94f8ee1

Browse files
committed
bump CI LLVM to 14.0.5
The version 14.0.2 we currently use is busted on windows at the very least.
1 parent 5b8cf49 commit 94f8ee1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: src/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -ex
44

55
source shared.sh
66

7-
LLVM=llvmorg-14.0.2
7+
LLVM=llvmorg-14.0.5
88

99
mkdir llvm-project
1010
cd llvm-project

Diff for: src/ci/scripts/install-clang.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
# ignore-tidy-linelength
23
# This script installs clang on the local machine. Note that we don't install
34
# clang on Linux since its compiler story is just so different. Each container
45
# has its own toolchain configured appropriately already.
@@ -9,7 +10,7 @@ IFS=$'\n\t'
910
source "$(cd "$(dirname "$0")" && pwd)/../shared.sh"
1011

1112
# Update both macOS's and Windows's tarballs when bumping the version here.
12-
LLVM_VERSION="14.0.2"
13+
LLVM_VERSION="14.0.5"
1314

1415
if isMacOS; then
1516
# If the job selects a specific Xcode version, use that instead of

0 commit comments

Comments
 (0)