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

[7.1.0] Distinguish the disk and remote caches in the action progress status. #21084

Merged
merged 1 commit into from
Jan 26, 2024

Commits on Jan 26, 2024

  1. [7.1.0] Distinguish the disk and remote caches in the action progress…

    … status.
    
    Previously, they were both displayed as `remote-cache`; there's now a separate `disk-cache` form. If a combined cache is used, one or both forms will appear, depending on which caches were looked up.
    
    As a result, the progress status reporting is moved to the individual cache implementations. While this is kind of unfortunate from an architectural standpoint, it's likely the best we can do until we recast cache lookups as spawn strategies (see bazelbuild#19904).
    
    Closes bazelbuild#20935.
    
    PiperOrigin-RevId: 601748051
    Change-Id: I03710219973c95d4fca999d931b3513f6d240d94
    tjgq committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    e44dc50 View commit details
    Browse the repository at this point in the history