Skip to content

Add implicit dependencies for python scripts used by rules in ninja build snippet templates #336

Open
@KeenanRileyFaulkner

Description

@KeenanRileyFaulkner

If a ninja build snippet will cause a python script to be invoked (for example, one in ninja_utils or anything in third_party), the script file path should be an implicit dependency of the rule as seen here.

To do so, review the ninja rule templates found in the ninja_tools subdirectory. For any rules that invoke Python, make sure that all associated ninja build template files have implicit dependencies declared, as in the above link.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions