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

Teach the FilesystemValueChecker about remote outputs #7269

Closed
wants to merge 3 commits into from

Commits on Mar 6, 2019

  1. Teach the FilesystemValueChecker about remote outputs

    The FilesystemValueChecker is used by Bazel to detect modified
    outputs before a command. This change teaches it about remote
    outputs that don't exist in the output base. That is if
    SkyFrame has metadata about a remote output file which does not
    exist in the output base it will not invalidate the output. However,
    if the file exists in the output base it will be taken as the source
    of truth.
    
    Progress towards bazelbuild#6862
    buchgr committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    6b5e63b View commit details
    Browse the repository at this point in the history
  2. address comment

    buchgr committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    995751e View commit details
    Browse the repository at this point in the history
  3. address comments

    buchgr committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    a38b6c2 View commit details
    Browse the repository at this point in the history