Skip to content

hydros build really slow on some repos - caused by .build directories #84

@jlewi

Description

@jlewi

I observed hydros build being very slow on some repos > 10 seconds.

I suspect the problem might be that there are ".build" directories which is blowing up the git tree.

When I ran

find ./ -name ".build" -exec rm -rf {} ";"

That seemed to fix things.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions