-
Notifications
You must be signed in to change notification settings - Fork 24
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
cargo-check fails on workspaces due to --no-default-features #66
Comments
…ci#66 Leaves --no-default-features step to build by default, but allows turning it off for workspaces. Fixes crate-ci#66
…ci#66 Leaves --no-default-features step to build by default, but allows turning it off for workspaces. Fixes crate-ci#66
@epage I think more and more that we need either a workspace flag, or a separate workspace stage :'( |
I submitted a small workaround PR for now. It could be used for configuring a workspace stage if you do go that direction. |
Are all crates safe with "no-default-features`? Would we need it configurable anyways, like all-features? |
…ci#66 Leaves --no-default-features step to build by default, but allows turning it off for workspaces. Fixes crate-ci#66
See also rust-lang/cargo#7727 |
--no-default-features errors on workspace projects, meaning the cargo-check step will fail for any workspace project. It'd be nice to have a parameter to turn this build check off.
See rust-lang/cargo#5015
The text was updated successfully, but these errors were encountered: