File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
docker/host-x86_64/dist-x86_64-linux Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 44
55source shared.sh
66
7- LLVM=llvmorg-14.0.2
7+ LLVM=llvmorg-14.0.5
88
99mkdir llvm-project
1010cd llvm-project
Original file line number Diff line number Diff line change 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'
910source " $( 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
1415if isMacOS; then
1516 # If the job selects a specific Xcode version, use that instead of
You can’t perform that action at this time.
0 commit comments