[libcxx-commits] [libcxx] [libcxx] Do not use libcxx-builder-base image for Android image (PR #168756)
Aiden Grossman via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Dec 4 14:22:12 PST 2025
boomanaiden154 wrote:
> This seems fine to me. However, in that case, do we even need a base image at all? Can we fold the base image into the normal linux image to simplify things further?
We use the base image currently to contain everything but the Github runner binary so that we can push the base image and the github runner image separately. This allows pulling in an old base image and updating the Github runner.
We can fold them once we have enabled setting the container in the Github workflow working (still on the backlog).
https://github.com/llvm/llvm-project/pull/168756
More information about the libcxx-commits
mailing list