-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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`
Description
Cargobomb has a step where it calls generate-lockfiles
9000 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 the generate-lockfiles
command not to update the registry. Accordingly, I also would need some way to update the registry immediately before generate-lockfiles
.
KodrAus, pylaligand, dtolnay and kpcyrd
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`