about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJakub Beránek <berykubik@gmail.com>2023-07-31 17:39:51 +0200
committerNikita Popov <npopov@redhat.com>2023-08-23 16:56:55 +0200
commit9cabc91a5fa20d4656674b2fad59dc3880f90103 (patch)
tree92b0e1fd9c2936f856f8e8b70230c1d69434e58c
parent6046aa06b6e2548ae0bfcfb0d61f33e8908e50a1 (diff)
downloadrust-9cabc91a5fa20d4656674b2fad59dc3880f90103.tar.gz
rust-9cabc91a5fa20d4656674b2fad59dc3880f90103.zip
Use LLVM 17 as the host compiler
-rwxr-xr-xsrc/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh2
1 files changed, 1 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 9b274cc277e..02b023fe75b 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,7 +4,7 @@ set -ex
 
 source shared.sh
 
-LLVM=llvmorg-16.0.0
+LLVM=llvmorg-17.0.0-rc3
 
 mkdir llvm-project
 cd llvm-project