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

Support vendoring for a feature set #9980

Open
vimalk78 opened this issue Oct 18, 2021 · 0 comments
Open

Support vendoring for a feature set #9980

vimalk78 opened this issue Oct 18, 2021 · 0 comments
Labels
C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-vendor S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.

Comments

@vimalk78
Copy link

Problem

Currently cargo vendor adds ALL the dependencies as per the source in the vendor folder. But cargo build can be done for a specific set of features which do not need all the dependencies from vendor/ folder.

Request a feature to vendor dependencies for a specific set of features only instead of all or default features.

Proposed Solution

No response

Notes

No response

@vimalk78 vimalk78 added the C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` label Oct 18, 2021
@weihanglo weihanglo added the S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted. label Jul 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-vendor S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
Projects
None yet
Development

No branches or pull requests

3 participants