Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Github] Bump CI container to LLVM 19.1.5 #119809

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

boomanaiden154
Copy link
Contributor

Bump the CI container version to the latest release.

Bump the CI container version to the latest release.
@llvmbot
Copy link
Member

llvmbot commented Dec 13, 2024

@llvm/pr-subscribers-github-workflow

Author: Aiden Grossman (boomanaiden154)

Changes

Bump the CI container version to the latest release.


Full diff: https://github.com/llvm/llvm-project/pull/119809.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 32a809ee268eae..da11803cad1042 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:22.04 as base
 ENV LLVM_SYSROOT=/opt/llvm
 
 FROM base as stage1-toolchain
-ENV LLVM_VERSION=19.1.2
+ENV LLVM_VERSION=19.1.5
 
 RUN apt-get update && \
     apt-get install -y \

@boomanaiden154 boomanaiden154 merged commit 939c94b into llvm:main Dec 13, 2024
10 checks passed
@boomanaiden154 boomanaiden154 deleted the bump-ci-container-12-12-24 branch December 13, 2024 17:03
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