diff options
| author | bors <bors@rust-lang.org> | 2023-10-07 20:59:32 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-10-07 20:59:32 +0000 |
| commit | 97c81e1b537088f1881c8894ee8579812ed9b6d1 (patch) | |
| tree | 0abff2b0d2c08ea88c9b9aea4dcf0e9c73bb8fce | |
| parent | cf21a0823b8a863fb3f1ed33d7d31bfd4881c2d3 (diff) | |
| parent | e53c7787772679918e55106a8b22bee1b92b8b57 (diff) | |
| download | rust-97c81e1b537088f1881c8894ee8579812ed9b6d1.tar.gz rust-97c81e1b537088f1881c8894ee8579812ed9b6d1.zip | |
Auto merge of #116416 - Kobzol:ci-host-llvm-17-0-2, r=Mark-Simulacrum
Bump host compiler on x64 dist Linux to LLVM 17.0.2 17.0.0-rc3 had a bunch of miscompilations, and it's probably better in general not to use a RC version of LLVM long term on CI.
| -rwxr-xr-x | src/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh | 2 |
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 02b023fe75b..56ee348a337 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-17.0.0-rc3 +LLVM=llvmorg-17.0.2 mkdir llvm-project cd llvm-project |
