Skip to content

Conversation

@boomanaiden154
Copy link
Contributor

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.

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}

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.

2 participants