[llvm] [Github] Bump CI compiler version to 19.1.2 (PR #113016)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 18 19:51:47 PDT 2024
https://github.com/boomanaiden154 created https://github.com/llvm/llvm-project/pull/113016
None
>From eba6a4a8ff434ceef40c5ca1d53ed96fd7a215dc Mon Sep 17 00:00:00 2001
From: Aiden Grossman <aidengrossman at google.com>
Date: Sat, 19 Oct 2024 02:50:52 +0000
Subject: [PATCH] [Github] Bump CI compiler version to 19.1.2
---
.github/workflows/containers/github-action-ci/stage1.Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/containers/github-action-ci/stage1.Dockerfile b/.github/workflows/containers/github-action-ci/stage1.Dockerfile
index 73828cc05736e6..3e2c1ab11d58bf 100644
--- a/.github/workflows/containers/github-action-ci/stage1.Dockerfile
+++ b/.github/workflows/containers/github-action-ci/stage1.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=18.1.8
+ENV LLVM_VERSION=19.1.2
RUN apt-get update && \
apt-get install -y \
More information about the llvm-commits
mailing list