[all-commits] [llvm/llvm-project] b33f9f: [libcxx] Enable installing new runner binary on ex...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Mon Jul 28 12:36:02 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b33f9f64c7e7fbc92db2413dcac6f650ddebf80d
https://github.com/llvm/llvm-project/commit/b33f9f64c7e7fbc92db2413dcac6f650ddebf80d
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2025-07-28 (Mon, 28 Jul 2025)
Changed paths:
M .github/workflows/libcxx-build-containers.yml
M libcxx/utils/ci/Dockerfile
M libcxx/utils/ci/docker-compose.yml
Log Message:
-----------
[libcxx] Enable installing new runner binary on existing container
This patch does some refactoring to enable installing a new GHA runner binary
into an existing libcxx image. We achieve this by pushing the base image to the
registry and enabling control over the base image used for building the actions
image. This will always build and push both images even if an existing image is
being used for the actions image, but this should not impact anything as the
SHAs are pinned everywhere and space/build time is not a large concern.
Reviewers: ldionne, EricWF, #reviewers-libcxx
Reviewed By: ldionne
Pull Request: https://github.com/llvm/llvm-project/pull/148073
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list