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 584ef94 commit a386d0eCopy full SHA for a386d0e
.github/workflows/containers/github-action-ci/Dockerfile
@@ -2,7 +2,7 @@ FROM docker.io/library/ubuntu:24.04 as base
2
ENV LLVM_SYSROOT=/opt/llvm
3
4
FROM base as stage1-toolchain
5
-ENV LLVM_VERSION=20.1.4
+ENV LLVM_VERSION=20.1.8
6
7
RUN apt-get update && \
8
apt-get install -y \
0 commit comments