Skip to content

Conversation

boomanaiden154
Copy link
Contributor

This patch bumps the LLVM toolchain version within the CI container to 20.1.8.

This patch bumps the LLVM toolchain version within the CI container to 20.1.8.
@llvmbot
Copy link
Member

llvmbot commented Jul 11, 2025

@llvm/pr-subscribers-github-workflow

Author: Aiden Grossman (boomanaiden154)

Changes

This patch bumps the LLVM toolchain version within the CI container to 20.1.8.


Full diff: https://github.com/llvm/llvm-project/pull/148104.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 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 \

@boomanaiden154 boomanaiden154 merged commit a386d0e into llvm:main Jul 11, 2025
14 checks passed
@boomanaiden154 boomanaiden154 deleted the bump-container-20-1-8 branch July 11, 2025 14:25
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