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

Fix rebuilding whole project when test has no deps #12374

Closed

Conversation

bruchar1
Copy link
Member

When a test had no build deps, meson was calling ninja with no
targets, resulting in building the whole project. ninja invocation is
now skipped when there are no build target.

When a test had no build deps, meson was calling `ninja` with no
targets, resulting in building the whole project. `ninja` invocation is
now skipped when there are no build target.
when rebuilding targets for tests
@bruchar1
Copy link
Member Author

Duplicates #10413

@bruchar1 bruchar1 closed this Oct 13, 2023
@bruchar1 bruchar1 deleted the test-without-build-targets branch October 13, 2023 12:14
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.

1 participant