Carthage icon indicating copy to clipboard operation
Carthage copied to clipboard

update command should have option to only build those that were updated

Open marcvanolmen opened this issue 8 years ago • 12 comments

--only-build-modified

  • With this option, After fetching and checking out, the build command should build only those that fetched actually new commits.

marcvanolmen avatar Dec 06 '15 21:12 marcvanolmen

So much this!

brentleyjones avatar Dec 08 '15 14:12 brentleyjones

Great suggestion. :thumbsup: Would save a lot of time.

masa-beheim avatar Dec 08 '15 19:12 masa-beheim

+1 another option should be to specify the framework to update: carthage update Alamofire

sprint84 avatar Dec 10 '15 20:12 sprint84

@sprint84 that's #610

NachoSoto avatar Dec 10 '15 23:12 NachoSoto

+1 for this.. would save a lot of time specially on CI systems

devashish2203 avatar Dec 29 '15 08:12 devashish2203

This was done in #972.

NachoSoto avatar Feb 01 '16 01:02 NachoSoto

Oops my bad, I misread the issue again! At least now you'll be able to do this manually :)

NachoSoto avatar Feb 01 '16 01:02 NachoSoto

@NachoSoto How are we able to do this manually?

damirstuhec avatar Jul 18 '16 11:07 damirstuhec

You're now able to specify a list of dependencies to update/build. carthage update Alamofire.

mdiep avatar Jul 18 '16 12:07 mdiep

@mdiep Thanks. I knew about it but forgot that it also builds the dependencies of the dependency getting updated, so I thought it doesn't work as expected.

damirstuhec avatar Jul 18 '16 12:07 damirstuhec

is it working?

nirmalchoudhari avatar Nov 13 '18 09:11 nirmalchoudhari

this is the same as --cache-builds if I understand correctly. So I would say yet, it works.

tmspzz avatar Nov 13 '18 09:11 tmspzz