4 Commits

Author SHA1 Message Date
Louis Dionne
d38959e87a [libc++] Force rebuilding of the CI Docker image 2026-01-07 10:13:32 -05:00
Aiden Grossman
1c8fd452ba [libcxx] Remove comment about manually installing ninja
This comment was addressed in 789ef89860e991f536b7ab896bf0562029804f58 but I
forgot to remove the comment. This PR addresses that.
2025-12-21 21:01:35 +00:00
Aiden Grossman
789ef89860
[libcxx] Install ninja in CI container from system repo (#168225)
To fix the TODO now that the ninja version available in the Ubuntu
repositories (1.11) is new enough.
2025-11-16 10:33:30 -08:00
Louis Dionne
bf07226c6d
[libc++] Reorganize and fix the libc++ CI dockerfiles (#167530)
Instead of having one large Dockerfile building multiple images with
relatively confusing inheritance, explicitly have three standalone
Dockerfiles each building one image. Then, tie the three images together
using the docker-compose file which explicitly versions the base image
used by the Android and the Github Actions images.
2025-11-14 04:03:21 -05:00