-
Notifications
You must be signed in to change notification settings - Fork 690
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
Introduce default-members
to the workspace root
#1420
Conversation
This is totally random and probably the wrong place to ask it, but are the workers inheriting the profile values correctly? I just build them with the |
@mrcnski I've caught some output from
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
About my issue, looks like -C lto
is getting propogated for --profile production
.
Issue: #1418
This PR aims only to build the Polkadot node software by default when
cargo build
is run from the repo root, avoiding building tons of packages not necessary to build and run the node.Must be followed up with proper documentation changes (see #1372 for example; other use cases must be described, too).