Closed ipetkov closed 6 months ago
I think xargs --no-run-if-empty signIfRequired
is introducing an error to my build because signIfRequired
is a shell function and not an executable, so xargs
can't find it:
xargs: signIfRequired: No such file or directory
Maybe we can work around by doing something like this:
Motivation
There is no reason to repeatedly crawl the vendor directories for each installed file, we can easily cache the results once up front.
Fixes https://github.com/ipetkov/crane/issues/620
Checklist
docs/API.md
(or general documentation) with changesCHANGELOG.md