about summary refs log tree commit diff
path: root/src/ci
diff options
context:
space:
mode:
authorklensy <klensy@users.noreply.github.com>2023-11-05 14:09:19 +0300
committerklensy <klensy@users.noreply.github.com>2023-11-05 14:09:19 +0300
commit38ff91c453a36257dcc4e9f487520f96079da578 (patch)
tree6530c3e7ac95406bdaafedc116f8e486a30ce50b /src/ci
parent8acf40bd546258a70953187c950ea56d1a8f5bf2 (diff)
downloadrust-38ff91c453a36257dcc4e9f487520f96079da578.tar.gz
rust-38ff91c453a36257dcc4e9f487520f96079da578.zip
bump clang version for dist-x86_64-linux from 17.0.2 to 17.0.4
This fixes few miscompiles, so nice to have.
Diffstat (limited to 'src/ci')
-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 56ee348a337..1d9568702cc 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.2
+LLVM=llvmorg-17.0.4
 
 mkdir llvm-project
 cd llvm-project