-
Notifications
You must be signed in to change notification settings - Fork 2.9k
generate-lockfiles without updating registry #3479
Copy link
Copy link
Closed
Labels
A-dependency-resolutionArea: dependency resolution and the resolverArea: dependency resolution and the resolverC-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Metadata
Metadata
Assignees
Labels
A-dependency-resolutionArea: dependency resolution and the resolverArea: dependency resolution and the resolverC-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Type
Fields
Give feedbackNo fields configured for issues without a type.
Cargobomb has a step where it calls
generate-lockfiles9000 times. Each one of these hits the network to update the registry, which causes a whole lot of latency. I'd like to be able to tell thegenerate-lockfilescommand not to update the registry. Accordingly, I also would need some way to update the registry immediately beforegenerate-lockfiles.