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

cargo install --frozen tries to access the internet despite vendoring #66343

Closed
stevenroose opened this issue Nov 12, 2019 · 3 comments
Closed

Comments

@stevenroose
Copy link

cargo install --frozen with a vendor directory set in .cargo/config is updating the crates-io index while it shouldn't do that.

This can currently be solved with --offline, but it should not attempt reach out to the internet with --frozen.

Also, --offline doesn't exist before v1.36.0.

@ExpHP
Copy link
Contributor

ExpHP commented Nov 12, 2019

Also, --offline doesn't exist before v1.36.0.

Neither would any change to this behavior... :P

@sfackler
Copy link
Member

This should be filed on the rust-lang/cargo repository.

@stevenroose
Copy link
Author

Sorry. Created rust-lang/cargo#7584.

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

3 participants