Skip to content

Conversation

boomanaiden154
Copy link
Contributor

Now that a new release has come out, we should bump the version of the toolchain in the container to keep up to date.

Now that a new release has come out, we should bump the version of the
toolchain in the container to keep up to date.
@llvmbot
Copy link
Member

llvmbot commented Aug 27, 2025

@llvm/pr-subscribers-github-workflow

Author: Aiden Grossman (boomanaiden154)

Changes

Now that a new release has come out, we should bump the version of the toolchain in the container to keep up to date.


Full diff: https://github.com/llvm/llvm-project/pull/155658.diff

1 Files Affected:

  • (modified) .github/workflows/containers/github-action-ci/Dockerfile (+1-1)
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 \

@boomanaiden154 boomanaiden154 merged commit cb0ce1e into llvm:main Aug 27, 2025
14 checks passed
@boomanaiden154 boomanaiden154 deleted the premerge-container-21-1-0 branch August 27, 2025 23:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants