Especially on a clean install (brew remove clobber --force && brew install --force --HEAD clobber), it takes 2 minutes to install clobber, even on the most powerful of systems.
Either this means that the current formula is ignoring the vendor/ folder, or the packr2 binary installation is what's actually taking so long.
In any case, this needs to be resolved, as everything should be bundled with the project, then built and installed, which should definitely take less than a minute total (on average anyway).
Especially on a clean install (
brew remove clobber --force && brew install --force --HEAD clobber), it takes 2 minutes to installclobber, even on the most powerful of systems.Either this means that the current formula is ignoring the
vendor/folder, or thepackr2binary installation is what's actually taking so long.In any case, this needs to be resolved, as everything should be bundled with the project, then built and installed, which should definitely take less than a minute total (on average anyway).