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

WIP: Track runfiles library users in RunfilesProvider #16126

Closed
wants to merge 1 commit into from

Commits on Sep 4, 2022

  1. Track runfiles library users in RunfilesProvider

    RunfilesProvider now tracks the repository names and mappings of
    runfiles library users among the transitive non-tool dependencies of
    each rule, as marked by the RunfilesLibraryInfo provider.
    
    The list of runfiles library users for an executable target will be used
    in a follow-up commit to create a repository mapping manifest containing
    only the mappings of those repositories that contain targets that
    actually perform runfiles lookups.
    fmeum committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    b0e835e View commit details
    Browse the repository at this point in the history