llvm-project icon indicating copy to clipboard operation
llvm-project copied to clipboard

Allow specifying libcxx builder image.

Open EricWF opened this issue 4 months ago • 18 comments

This change attempts to shift the libc++ builders over to new backend infrastructure that allows running an arbitrary container for the libc++ job.

This has been a long time in the making, and support from github and gke is finally at the point where it's possible (hopefully).

This change should also demonstrate another important property: No Downtime Upgrades.

If this goes well, we'll be able to test the upgrade as a part of the PR process, and then commiting it to main should (ideally) not break anything.

EricWF avatar Sep 27 '24 17:09 EricWF