text_cop: require cargo to use install instead of build#4311
text_cop: require cargo to use install instead of build#4311ilovezfs merged 1 commit intoHomebrew:masterfrom commitay:cargo-install
install instead of build#4311Conversation
|
I don't think we can rule out the possibility of legitimately needing to run |
Yeah, I guess it's possible. I haven't found any formulae that need |
|
It looks like they're equivalent except that |
|
Do you want PRs changing formulae to use install or just wait til they get bumped and fail audit? |
|
Thanks @commitay! |
brew stylewith your changes locally?brew testswith your changes locally?Opened this for discussion, I'm still checking if all of the
buildformulae work as expected withinstallor if we would need to whitelist any.Currently we prefer
cargo install --root prefix(which doesn't need abin.install) overcargo build. We have 27 formulae that runcargo, 18 havebuildand 9 haveinstall.