[libcxx-commits] [libcxx] 4fd41c4 - [libcxx] Bump runner version in container image (#153339)
via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Aug 13 08:29:43 PDT 2025
Author: Aiden Grossman
Date: 2025-08-13T08:29:41-07:00
New Revision: 4fd41c4afbc76ead0c46e80990f616d21dd983f6
URL: https://github.com/llvm/llvm-project/commit/4fd41c4afbc76ead0c46e80990f616d21dd983f6
DIFF: https://github.com/llvm/llvm-project/commit/4fd41c4afbc76ead0c46e80990f616d21dd983f6.diff
LOG: [libcxx] Bump runner version in container image (#153339)
This patch bumps the runner version in the libcxx container image. Here
we update the runner image without updating the rest of the container.
We would probably be fine updating everything, but this lets us test the
new workflow for updating the runner binary independently.
Added:
Modified:
libcxx/utils/ci/docker-compose.yml
Removed:
################################################################################
diff --git a/libcxx/utils/ci/docker-compose.yml b/libcxx/utils/ci/docker-compose.yml
index ccaee8c896ded..82a2b7f813d1b 100644
--- a/libcxx/utils/ci/docker-compose.yml
+++ b/libcxx/utils/ci/docker-compose.yml
@@ -4,7 +4,7 @@ x-versions: &compiler_versions
x-image-versions: &image_versions
BASE_IMAGE: ubuntu:jammy
- ACTIONS_BASE_IMAGE: builder-base
+ ACTIONS_BASE_IMAGE: ghcr.io/llvm/libcxx-linux-builder-base:77cb0980bcc2675b27d08141526939423fa0be76
services:
builder-base:
@@ -23,7 +23,7 @@ services:
dockerfile: Dockerfile
target: actions-builder
args:
- GITHUB_RUNNER_VERSION: "2.326.0"
+ GITHUB_RUNNER_VERSION: "2.327.1"
<<: [*image_versions, *compiler_versions]
android-buildkite-builder:
More information about the libcxx-commits
mailing list