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] Construct TreeArtifactValues on multiple threads. #18194

Commits on Apr 24, 2023

  1. Construct TreeArtifactValues on multiple threads.

    This makes it possible to use every core available for checksumming, which
    makes a huge difference for large tree artifacts.
    
    Fixes bazelbuild#17009.
    
    RELNOTES: None.
    PiperOrigin-RevId: 525085502
    Change-Id: I2a995d3445940333c21eeb89b4ba60887f99e51b
    (cherry picked from commit 368bf11)
    
    # Conflicts:
    #	src/main/java/com/google/devtools/build/lib/skyframe/TreeArtifactValue.java
    lberki authored and BalestraPatrick committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    3fe74c1 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

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