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 a8680be commit 2cb1d51Copy full SHA for 2cb1d51
.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.8
+ENV LLVM_VERSION=21.1.0
6
7
RUN apt-get update && \
8
apt-get install -y \
0 commit comments