-
Notifications
You must be signed in to change notification settings - Fork 898
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
Add the ability to configure whether components are installed #298
Comments
For rust-docs at least, we're just going to blanket convert it to an optional component, so it won't be installed by default. Maybe |
Adding an ability to optionally install required components seems wrong. |
This issue can be for a general |
I'm fine leaving |
Maybe this speaks to a need for a new type of component, one that is not required but is installed by default. Though i'm still more inclined to relegate rust-mingw to the ndk layer. |
(Or maybe we just don't have to be so strict about what "required" means and just allow people to mix and match components in ways that break). |
Superceded by #905 |
Two use cases:
rust-mingw
component is installed because C code is sometimes compiled with my MSYS toolchain and then linked withrust-mingw
's toolchain (causing errors).The text was updated successfully, but these errors were encountered: