-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Compiling without updating registry #4783
Comments
Thanks for the report! You can pre-vendor dependencies with |
As I understand it just copy all dependencies to local folder, could help with building with docker locally, but to make it work in CI, should I put all dependencies in git? Or is there a way to reconstruct vendor folder from |
Oh sure yeah what you can do is run |
Updating registry takes some time when run first time, so building with docker or in CI makes it harder
Is it possible to download compile dependencies and compile project by using only
Cargo.lock
, without downloading github.com/rust-lang/crates.io-index?I think Cargo.lock has all necessary information
The text was updated successfully, but these errors were encountered: