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.
2 parents 22063e8 + 207d399 commit 8873d3cCopy full SHA for 8873d3c
.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=21.1.0
+ENV LLVM_VERSION=21.1.1
6
7
RUN apt-get update && \
8
apt-get install -y \
0 commit comments