[libcxx-commits] [libcxx] [libcxx][Github] Bump Runner Version to v2.330.0 (PR #168753)
via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Nov 19 10:49:26 PST 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libcxx
Author: Aiden Grossman (boomanaiden154)
<details>
<summary>Changes</summary>
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 bf07226c6d6aaf3b8f230e4e36e8aac8e40d8c4d 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
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}
``````````
</details>
https://github.com/llvm/llvm-project/pull/168753
More information about the libcxx-commits
mailing list