Upgrade the version of Clang used in the build, move MSVC builds to Server 2022

This commit is contained in:
Daniel Paoliello 2024-05-07 09:59:02 -07:00
parent cc8d9b6927
commit 5212e07a4e
4 changed files with 25 additions and 21 deletions

View file

@ -4,6 +4,7 @@ set -ex
source shared.sh
# Try to keep the LLVM version here in sync with src/ci/scripts/install-clang.sh
LLVM=llvmorg-18.1.0
mkdir llvm-project