[llvm] [Github] Bump CI Container to 20.1.8 (PR #148104)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 10 21:30:22 PDT 2025
https://github.com/boomanaiden154 created https://github.com/llvm/llvm-project/pull/148104
This patch bumps the LLVM toolchain version within the CI container to 20.1.8.
>From fa6d06edc583082e901786cb33277a06edc793b5 Mon Sep 17 00:00:00 2001
From: Aiden Grossman <aidengrossman at google.com>
Date: Fri, 11 Jul 2025 04:29:30 +0000
Subject: [PATCH] [Github] Bump CI Container to 20.1.8
This patch bumps the LLVM toolchain version within the CI container to 20.1.8.
---
.github/workflows/containers/github-action-ci/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/containers/github-action-ci/Dockerfile b/.github/workflows/containers/github-action-ci/Dockerfile
index 197bf083a20c0..efe08ebc221c5 100644
--- a/.github/workflows/containers/github-action-ci/Dockerfile
+++ b/.github/workflows/containers/github-action-ci/Dockerfile
@@ -2,7 +2,7 @@ FROM docker.io/library/ubuntu:24.04 as base
ENV LLVM_SYSROOT=/opt/llvm
FROM base as stage1-toolchain
-ENV LLVM_VERSION=20.1.4
+ENV LLVM_VERSION=20.1.8
RUN apt-get update && \
apt-get install -y \
More information about the llvm-commits
mailing list