[llvm] [Github] Bump CI container to LLVM 19.1.5 (PR #119809)

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 12 20:21:29 PST 2024


https://github.com/boomanaiden154 created https://github.com/llvm/llvm-project/pull/119809

Bump the CI container version to the latest release.

>From f5be2142d5a7ea558232393b2e442c71b0784bd4 Mon Sep 17 00:00:00 2001
From: Aiden Grossman <aidengrossman at google.com>
Date: Fri, 13 Dec 2024 04:20:44 +0000
Subject: [PATCH] [Github] Bump CI container to LLVM 19.1.5

Bump the CI container version to the latest release.
---
 .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 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 \



More information about the llvm-commits mailing list