diff options
| author | Daniel Paoliello <danpao@microsoft.com> | 2024-05-07 09:59:02 -0700 |
|---|---|---|
| committer | Daniel Paoliello <danpao@microsoft.com> | 2024-05-09 12:18:09 -0700 |
| commit | 5212e07a4e8c442a8e9024c929a73f308299fea3 (patch) | |
| tree | 8888322e6863ec812fd900c5af48870f5b0074cc /src/ci/docker | |
| parent | cc8d9b692720c7d15445024485c4bbfce35dbce6 (diff) | |
| download | rust-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-x | src/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh | 1 |
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 |
