[libcxx-commits] [libcxx] [libc++] Update release runners to the image that was used on main at the branch point (PR #210378)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jul 17 10:03:19 PDT 2026


https://github.com/ldionne created https://github.com/llvm/llvm-project/pull/210378

This will allow retaining a stable image for CI throughout the whole LLVM 23 release.

>From 1d12c0b6839240896b55adfa73e47aab797b2262 Mon Sep 17 00:00:00 2001
From: Louis Dionne <ldionne.2 at gmail.com>
Date: Fri, 17 Jul 2026 13:01:38 -0400
Subject: [PATCH] [libc++] Update release runners to the image that was used on
 main at the branch point

This will allow retaining a stable image for CI throughout the whole
LLVM 23 release.
---
 libcxx/utils/ci/images/libcxx_release_runners.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libcxx/utils/ci/images/libcxx_release_runners.txt b/libcxx/utils/ci/images/libcxx_release_runners.txt
index 86bd8b3a937f9..b593254d1cf01 100644
--- a/libcxx/utils/ci/images/libcxx_release_runners.txt
+++ b/libcxx/utils/ci/images/libcxx_release_runners.txt
@@ -1 +1 @@
-ghcr.io/llvm/libcxx-linux-builder:e8753c0de90d3aaa60361b5354588fa29fef9228
+ghcr.io/llvm/libcxx-linux-builder:6d3cf7f436a01f4622fb660e413a4020209777b8



More information about the libcxx-commits mailing list