about summary refs log tree commit diff
path: root/src/ci/docker
diff options
context:
space:
mode:
authorDaniel Paoliello <danpao@microsoft.com>2024-05-07 09:59:02 -0700
committerDaniel Paoliello <danpao@microsoft.com>2024-05-09 12:18:09 -0700
commit5212e07a4e8c442a8e9024c929a73f308299fea3 (patch)
tree8888322e6863ec812fd900c5af48870f5b0074cc /src/ci/docker
parentcc8d9b692720c7d15445024485c4bbfce35dbce6 (diff)
downloadrust-5212e07a4e8c442a8e9024c929a73f308299fea3.tar.gz
rust-5212e07a4e8c442a8e9024c929a73f308299fea3.zip
Upgrade the version of Clang used in the build, move MSVC builds to Server 2022
Diffstat (limited to 'src/ci/docker')
-rwxr-xr-xsrc/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh b/src/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh
index 005f4537c84..f3591a69bee 100755
--- a/src/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh
+++ b/src/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh
@@ -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