[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:
parent
906f2b6cff
commit
562f519c15
3
.github/workflows/containers/libc/Dockerfile
vendored
3
.github/workflows/containers/libc/Dockerfile
vendored
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user