about summary refs log tree commit diff
path: root/src/ci/docker/scripts/build-clang.sh
AgeCommit message (Collapse)AuthorLines
2025-08-05Use runtimes build for host compiler-rt buildNikita Popov-1/+3
The project build for compiler-rt is deprecated. The runtimes build will use the just-built clang. As such, we also need to pass --gcc-toolchain to the runtimes build, so that it can find the GCC installation.
2025-08-01Update host toolchainNikita Popov-1/+1
Necessary to avoid a bolt-related crash.
2025-02-17Update host LLVM to 20.1 on CIJakub Beránek-1/+1
2025-01-11ci: Organise shared helper scriptsKajetan Puchalski-0/+55
Move shared helper scripts used by Docker builds under docker/scripts.
2024-12-20Revert "Auto merge of #133809 - mrkajetanp:ci-aarch64-dist, r=Kobzol"Jakub Beránek-48/+0
This reverts commit 023521e6825edfa6df01e392520d7cb120eab158, reversing changes made to c434b4b4b6cd20560c5b32e80b2b22618a4da3dd.
2024-12-18ci: Organise shared helper scriptsKajetan Puchalski-0/+48
Move shared helper scripts used by Docker builds under docker/scripts.