Skip to content

[libcxx] Bump runner version in container image #153339

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

boomanaiden154
Copy link
Contributor

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.

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.
@boomanaiden154 boomanaiden154 requested a review from a team as a code owner August 13, 2025 03:13
@llvmbot llvmbot added the libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. label Aug 13, 2025
@llvmbot
Copy link
Member

llvmbot commented Aug 13, 2025

@llvm/pr-subscribers-libcxx

Author: Aiden Grossman (boomanaiden154)

Changes

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.


Full diff: https://github.com/llvm/llvm-project/pull/153339.diff

1 Files Affected:

  • (modified) libcxx/utils/ci/docker-compose.yml (+2-2)
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:

@boomanaiden154 boomanaiden154 merged commit 4fd41c4 into llvm:main Aug 13, 2025
72 of 73 checks passed
@boomanaiden154 boomanaiden154 deleted the bump-libcxx-runner-version-8-12-25 branch August 13, 2025 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants