jlewi / hydros

hydros automates hydrating and committing configuration
Apache License 2.0
4 stars 0 forks source link

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

Open jlewi opened 5 months ago

jlewi commented 5 months ago

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.