Skip to content

Commit 562f519

Browse files
[libc][Github] Bump clang in libc container to v23 (#186697)
Back to HEAD now that apt.llvm.org is working again for ToT.
1 parent 906f2b6 commit 562f519

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/containers/libc/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,11 @@ RUN apt-get update && \
1919
apt-get clean && \
2020
rm -rf /var/lib/apt/lists/*
2121

22+
# TODO(boomanaiden154): Remove the LLVM 21 installation once we are no longer
23+
# using it in the libc fullbuild tests workflow.
2224
RUN wget https://apt.llvm.org/llvm.sh && \
2325
chmod +x llvm.sh && \
26+
sudo ./llvm.sh 23 && \
2427
sudo ./llvm.sh 21 && \
2528
rm llvm.sh
2629

0 commit comments

Comments
 (0)