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

Keep credentials cached across build commands. #16822

Closed
wants to merge 2 commits into from

Commits on Nov 22, 2022

  1. Keep credentials cached across build commands.

    When using a credential helper, the lifetime of the credential cache is
    currently tied to an individual command, which causes the helper to be called
    for every command resulting in poor incremental build latency for builds
    using a non-trivial helper.
    
    Since the cache must be shared by RemoteModule and BazelBuildServiceModule,
    I've introduced a new CredentialModule whose sole purpose is to provide access
    to it.
    tjgq committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    4e469f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

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