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 builds missing from "default" group in unified #4573

Merged
merged 2 commits into from
Feb 3, 2021

Conversation

mspang
Copy link
Contributor

@mspang mspang commented Jan 29, 2021

Currently enabling certain builds and running:

ninja -C out/debug

does not build them. This means we can end up building nothing
at all, which is fairly confusing.

They will however be built if you run either:

ninja -C out/debug all
ninja -C out/debug <specific target>

Add the missing deps to the default target so that all opted in configs
are built with the first command.

Currently enabling certain builds and running:

  ninja -C out/debug

does not build them. This means we can end up building nothing
at all, which is fairly confusing.

They will however be built if you run either:

  ninja -C out/debug all
  ninja -C out/debug <specific target>

Add the missing deps to the default target so that all opted in configs
are built with the first command.
@woody-apple woody-apple added this to the V0.7 milestone Feb 3, 2021
@woody-apple
Copy link
Contributor

@mspang Build fails, assuming just a rebase is necessary?

@woody-apple woody-apple merged commit f8dc12e into project-chip:master Feb 3, 2021
austinh0 pushed a commit to austinh0/connectedhomeip that referenced this pull request Feb 3, 2021
Currently enabling certain builds and running:

  ninja -C out/debug

does not build them. This means we can end up building nothing
at all, which is fairly confusing.

They will however be built if you run either:

  ninja -C out/debug all
  ninja -C out/debug <specific target>

Add the missing deps to the default target so that all opted in configs
are built with the first command.

Co-authored-by: Justin Wood <[email protected]>
austinh0 pushed a commit to austinh0/connectedhomeip that referenced this pull request Feb 3, 2021
Currently enabling certain builds and running:

  ninja -C out/debug

does not build them. This means we can end up building nothing
at all, which is fairly confusing.

They will however be built if you run either:

  ninja -C out/debug all
  ninja -C out/debug <specific target>

Add the missing deps to the default target so that all opted in configs
are built with the first command.

Co-authored-by: Justin Wood <[email protected]>
austinh0 pushed a commit to austinh0/connectedhomeip that referenced this pull request Feb 4, 2021
Currently enabling certain builds and running:

  ninja -C out/debug

does not build them. This means we can end up building nothing
at all, which is fairly confusing.

They will however be built if you run either:

  ninja -C out/debug all
  ninja -C out/debug <specific target>

Add the missing deps to the default target so that all opted in configs
are built with the first command.

Co-authored-by: Justin Wood <[email protected]>
@mspang mspang deleted the for-chip/missing-defaults branch April 2, 2021 00:49
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 this pull request may close these issues.

4 participants