about summary refs log tree commit diff
path: root/src/ci/docker
diff options
context:
space:
mode:
authorNikita Popov <npopov@redhat.com>2024-08-20 14:43:41 +0200
committerNikita Popov <npopov@redhat.com>2024-08-21 12:11:22 +0200
commit723609f26e759faf00e85fd481ef17d373a6b6ed (patch)
tree676574b6db41369c74387e48efe2c9333347b90e /src/ci/docker
parentfdf61d499c8a8421ecf98e7924bb87caf43a9938 (diff)
downloadrust-723609f26e759faf00e85fd481ef17d373a6b6ed.tar.gz
rust-723609f26e759faf00e85fd481ef17d373a6b6ed.zip
Update x86_64-linux host compiler to LLVM 19 rc 3
Diffstat (limited to 'src/ci/docker')
-rwxr-xr-xsrc/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh3
1 files changed, 2 insertions, 1 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 f3591a69bee..2e08c87f278 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
@@ -5,7 +5,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
+LLVM=llvmorg-19.1.0-rc3
 
 mkdir llvm-project
 cd llvm-project
@@ -33,6 +33,7 @@ hide_output \
       -DCOMPILER_RT_BUILD_SANITIZERS=OFF \
       -DCOMPILER_RT_BUILD_XRAY=OFF \
       -DCOMPILER_RT_BUILD_MEMPROF=OFF \
+      -DCOMPILER_RT_BUILD_CTX_PROFILE=OFF \
       -DLLVM_TARGETS_TO_BUILD=X86 \
       -DLLVM_INCLUDE_BENCHMARKS=OFF \
       -DLLVM_INCLUDE_TESTS=OFF \