[libcxx-commits] [libcxx] [libcxx] Install runner last when building CI containers (PR #148072)
Aiden Grossman via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jul 25 11:54:46 PDT 2025
boomanaiden154 wrote:
> LGTM assuming this doesn't break libcxx/utils/ci/run-buildbot-container.
That will continue to work. It's the same container image with the same contents, just with a swapped build order.
Although we might want to swap the script to use the base image after #148073 because running locally doesn't require the actions runner binary, but that's a minor optimization and it will work fine either way.
https://github.com/llvm/llvm-project/pull/148072
More information about the libcxx-commits
mailing list