[llvm] [CI] Bump Linux Contaienr LLVM to 21.1.0 (PR #155658)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 27 10:17:46 PDT 2025
https://github.com/boomanaiden154 created https://github.com/llvm/llvm-project/pull/155658
Now that a new release has come out, we should bump the version of the toolchain in the container to keep up to date.
>From 2cb1d51b7441eb8450e3a319c19b4f64e8e407e4 Mon Sep 17 00:00:00 2001
From: Aiden Grossman <aidengrossman at google.com>
Date: Wed, 27 Aug 2025 17:16:28 +0000
Subject: [PATCH] [CI] Bump Linux Contaienr LLVM to 21.1.0
Now that a new release has come out, we should bump the version of the
toolchain in the container to keep up to date.
---
.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 f8e68ac01b168..f5422b4527576 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.8
+ENV LLVM_VERSION=21.1.0
RUN apt-get update && \
apt-get install -y \
More information about the llvm-commits
mailing list