diff options
| author | klensy <klensy@users.noreply.github.com> | 2023-11-05 14:09:19 +0300 |
|---|---|---|
| committer | klensy <klensy@users.noreply.github.com> | 2023-11-05 14:09:19 +0300 |
| commit | 38ff91c453a36257dcc4e9f487520f96079da578 (patch) | |
| tree | 6530c3e7ac95406bdaafedc116f8e486a30ce50b /src/ci | |
| parent | 8acf40bd546258a70953187c950ea56d1a8f5bf2 (diff) | |
| download | rust-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-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 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 |
