We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 906f2b6 commit 562f519Copy full SHA for 562f519
1 file changed
.github/workflows/containers/libc/Dockerfile
@@ -19,8 +19,11 @@ RUN apt-get update && \
19
apt-get clean && \
20
rm -rf /var/lib/apt/lists/*
21
22
+# TODO(boomanaiden154): Remove the LLVM 21 installation once we are no longer
23
+# using it in the libc fullbuild tests workflow.
24
RUN wget https://apt.llvm.org/llvm.sh && \
25
chmod +x llvm.sh && \
26
+ sudo ./llvm.sh 23 && \
27
sudo ./llvm.sh 21 && \
28
rm llvm.sh
29
0 commit comments