We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b8cf49 commit 94f8ee1Copy full SHA for 94f8ee1
src/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh
@@ -4,7 +4,7 @@ set -ex
4
5
source shared.sh
6
7
-LLVM=llvmorg-14.0.2
+LLVM=llvmorg-14.0.5
8
9
mkdir llvm-project
10
cd llvm-project
src/ci/scripts/install-clang.sh
@@ -1,4 +1,5 @@
1
#!/bin/bash
2
+# ignore-tidy-linelength
3
# 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"
11
12
# Update both macOS's and Windows's tarballs when bumping the version here.
-LLVM_VERSION="14.0.2"
13
+LLVM_VERSION="14.0.5"
14
15
if isMacOS; then
16
# If the job selects a specific Xcode version, use that instead of
0 commit comments