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.4.0] Support multiple remote execution digest functions #19042

Commits on Jul 25, 2023

  1. Support multiple remote execution digest functions

    The following PR on the remote-apis side adds support for remote
    execution services to announce support for multiple digest functions:
    
    bazelbuild/remote-apis#236
    
    This makes migrating from one digest function to the other more
    graceful. This change extends Bazel's server capabilities checking code
    to take the new field in the execution capabilities into account.
    
    Partial commit for third_party/*, see bazelbuild#16791.
    
    Signed-off-by: Sunil Gowroji <sgowroji@google.com>
    (cherry picked from commit d0cba55)
    EdSchouten authored and brentleyjones committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    239a1e4 View commit details
    Browse the repository at this point in the history
  2. Support multiple remote execution digest functions

    The following PR on the remote-apis side adds support for remote execution services to announce support for multiple digest functions:
    
    bazelbuild/remote-apis#236
    
    This makes migrating from one digest function to the other more graceful. This change extends Bazel's server capabilities checking code to take the new field in the execution capabilities into account.
    
    Closes bazelbuild#16791.
    
    PiperOrigin-RevId: 517084447
    Change-Id: I72afce6c1fae9e624f9e7ed1936c744ae9c81280
    (cherry picked from commit f8c8875)
    EdSchouten authored and brentleyjones committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    4ed79fd View commit details
    Browse the repository at this point in the history