[llvm] [Github] Bump CI container to LLVM 19.1.5 (PR #119809)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 12 20:22:00 PST 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-github-workflow
Author: Aiden Grossman (boomanaiden154)
<details>
<summary>Changes</summary>
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
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 \
``````````
</details>
https://github.com/llvm/llvm-project/pull/119809
More information about the llvm-commits
mailing list