Skip to content

Conversation

@boomanaiden154
Copy link
Contributor

@boomanaiden154 boomanaiden154 commented Nov 19, 2025

Bumps the runner version to keep things up to date (and prevent us from falling below the support horizon).

Bumps the runner version to keep things up to date (and prevent us from
falling below the support horizon), and also reset the base image
version to what it was before bf07226
to ensure we are not changing versions of any of the toolchain
components.
@boomanaiden154 boomanaiden154 requested a review from a team as a code owner November 19, 2025 18:48
@llvmbot llvmbot added the libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. label Nov 19, 2025
@llvmbot
Copy link
Member

llvmbot commented Nov 19, 2025

@llvm/pr-subscribers-libcxx

Author: Aiden Grossman (boomanaiden154)

Changes

Bumps the runner version to keep things up to date (and prevent us from falling below the support horizon), and also reset the base image version to what it was before bf07226 to ensure we are not changing versions of any of the toolchain components.


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

1 Files Affected:

  • (modified) libcxx/utils/ci/docker/docker-compose.yml (+2-2)
diff --git a/libcxx/utils/ci/docker/docker-compose.yml b/libcxx/utils/ci/docker/docker-compose.yml
index 74df3e4949b2f..3f3424572278d 100644
--- a/libcxx/utils/ci/docker/docker-compose.yml
+++ b/libcxx/utils/ci/docker/docker-compose.yml
@@ -23,8 +23,8 @@ services:
       context: ../../../.. # monorepo root
       dockerfile: libcxx/utils/ci/docker/linux-builder.dockerfile
       args:
-        BASE_IMAGE_VERSION: 825943e06f840710177e5514c4f61c9e73660c44
-        GITHUB_RUNNER_VERSION: 2.329.0
+        BASE_IMAGE_VERSION: 77cb0980bcc2675b27d08141526939423fa0be76
+        GITHUB_RUNNER_VERSION: 2.330.0
 
   libcxx-android-builder:
     image: ghcr.io/llvm/libcxx-android-builder:${TAG:-latest}

Copy link
Member

@ldionne ldionne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM if we don't need to revert the base image.

And I guess LGTM as well if we need to revert it, but it would be more complicated cause we'd have to revert the llvm-zorg change, etc. I think the path with least friction is to land #168122 and then land this without the BASE_IMAGE_VERSION change.

@ldionne ldionne enabled auto-merge (squash) December 10, 2025 17:31
@ldionne ldionne merged commit 36a95a5 into llvm:main Dec 10, 2025
15 of 16 checks passed
@boomanaiden154 boomanaiden154 deleted the bump-runner-version-libcxx-main branch December 10, 2025 17:49
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