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

Add --features parameter #832

Closed
Finomnis opened this issue Nov 12, 2023 · 0 comments · Fixed by #834
Closed

Add --features parameter #832

Finomnis opened this issue Nov 12, 2023 · 0 comments · Fixed by #834

Comments

@Finomnis
Copy link
Contributor

Finomnis commented Nov 12, 2023

Many project require specific crate features to be enabled/disabled during CI build. Among other things, this is important for the imxrt-ral crate, as it doesn't even compile without having a board specific feature enabled.

It would therefore be super helpful/crucial for embedded(and probably even std) crates to allow specifying which crate features should be enabled.

It is important that not only --features works, but also --all-features and --no-default-features.

Implementation could be a simple pass-through to the cargo check command, which supports all of those options.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant