Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cache non-local Pods #3172

Closed
segiddins opened this issue Feb 22, 2015 · 3 comments · Fixed by #3236
Closed

Cache non-local Pods #3172

segiddins opened this issue Feb 22, 2015 · 3 comments · Fixed by #3236
Assignees
Labels
d3:hard An issue that is difficult to solve and may require significant changes s2:confirmed Issues that have been confirmed by a CocoaPods contributor t1:enhancement Enhancements that have not been picked up yet. Please comment if you plan to work on it
Milestone

Comments

@segiddins
Copy link
Member

About a year ago, we killed the git cache in CocoaPods for the sake of simplicity, but it's made pod install (and the other commands that use it) much slower in certain circumstance.

We ought to create a new cache (like the one in Bundler) that lives inside CocoaPods itself (rather than the downloader), and will cache released pod versions, as well as git commits/tags.

@segiddins segiddins added t1:enhancement Enhancements that have not been picked up yet. Please comment if you plan to work on it s2:confirmed Issues that have been confirmed by a CocoaPods contributor d3:hard An issue that is difficult to solve and may require significant changes labels Feb 22, 2015
@segiddins segiddins self-assigned this Feb 22, 2015
@radex
Copy link
Contributor

radex commented Feb 23, 2015

👍

@segiddins segiddins mentioned this issue Mar 8, 2015
4 tasks
@segiddins segiddins added this to the 0.37.0 milestone Mar 8, 2015
@yanzhiwei147
Copy link
Contributor

yep! This feature very important, like Maven can cache the reop for download,it can reuse package without re-download.
so how long can be release this feature?

@orta
Copy link
Member

orta commented Mar 11, 2015

This has an active PR: #3236

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
d3:hard An issue that is difficult to solve and may require significant changes s2:confirmed Issues that have been confirmed by a CocoaPods contributor t1:enhancement Enhancements that have not been picked up yet. Please comment if you plan to work on it
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants