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

Feature: cargo build --frozen-registry #4913

Closed
kpcyrd opened this issue Jan 7, 2018 · 1 comment
Closed

Feature: cargo build --frozen-registry #4913

kpcyrd opened this issue Jan 7, 2018 · 1 comment

Comments

@kpcyrd
Copy link

kpcyrd commented Jan 7, 2018

Steps to reproduce:

Expected behaviour:

The dependencies are downloaded right away, without updating the registry

This seems to be a common request (#4783), there's currently --locked, which is still cloning the registry, and --frozen, which refuses any http at all. What I'm looking for is a way in-between, that just downloads the dependencies as specified inside my Cargo.lock. Fetching the registry takes forever on slow networks. :)

@alexcrichton
Copy link
Member

Thanks for the report! I think this is a dupe of #3479, however, so I'm going to close in favor of that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants