[libc][Github] Bump clang in libc container to v23 (#186697)

Back to HEAD now that apt.llvm.org is working again for ToT.
This commit is contained in:
Aiden Grossman 2026-03-15 12:48:28 -07:00 committed by GitHub
parent 906f2b6cff
commit 562f519c15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,8 +19,11 @@ RUN apt-get update && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
# TODO(boomanaiden154): Remove the LLVM 21 installation once we are no longer
# using it in the libc fullbuild tests workflow.
RUN wget https://apt.llvm.org/llvm.sh && \
chmod +x llvm.sh && \
sudo ./llvm.sh 23 && \
sudo ./llvm.sh 21 && \
rm llvm.sh