Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow specifying libcxx builder image. #110303

Merged
merged 2 commits into from
Nov 5, 2024
Merged

Commits on Oct 25, 2024

  1. Allow Specifying the builder image.

    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 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    947e12d View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    08e4b24 View commit details
    Browse the repository at this point in the history