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

[6.2.0]Cache Merkle trees for tree artifacts. #17998

Merged
merged 2 commits into from
Apr 6, 2023

Commits on Apr 5, 2023

  1. Cache Merkle trees for tree artifacts.

    Currently, a large tree artifact cannot benefit from the Merkle tree cache if
    it always appears on a nested set together with other (unique per-action)
    files.
    
    To improve this, modify SpawnInputExpander to treat the tree as a distinct
    node in the input hierarchy that can be cached separately.
    
    Also simplify the cache keys for filesets and runfiles, since the
    SpawnInputExpander is a per-build singleton, and this cache is only shared by
    actions within a single build.
    
    Progress on bazelbuild#17923.
    
    Closes bazelbuild#17929.
    
    PiperOrigin-RevId: 522039585
    Change-Id: Ia4f2603325acfd4400239894214f2884a71d69cf
    tjgq authored and ShreeM01 committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    1d3bae3 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

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