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

Add the ability to control which files in the input root are hardlinked #217

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Apr 12, 2022

  1. Add the ability to control which files in the input root are hardlinked

    This change acts as a counter proposal to PR bazelbuild#216. Instead of globally
    stating whether files should be hardlinked or not, it adds the ability
    to let clients control whether files are aliased.
    
    It achieves this by adding a salt field to FileNode. If two files have
    the same salt and all other (non-name) properties match, they SHOULD get
    constructed in the form of hardlinks.
    EdSchouten committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    ba47739 View commit details
    Browse the repository at this point in the history