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 --build=missing:& pattern #16344

Merged
merged 1 commit into from
May 27, 2024

Conversation

memsharded
Copy link
Member

@memsharded memsharded commented May 27, 2024

Changelog: Fix: Allow --build=missing:& pattern to build only the consumer if missing, but not others.
Docs: Omit

@memsharded memsharded added this to the 2.4.0 milestone May 27, 2024
assert re.search(r"BINDIRS: \['.+bin'\]", str(client.out))
assert re.search(r"LIBDIRS: \['.+lib'\]", str(client.out))
assert re.search(r"INCLUDEDIRS: \['.+include'\]", str(client.out))
assert re.search(r"BINDIRS: \['.+bin']", client.out)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just some cleaning of warnings and other legacy stuff

Copy link
Member

@AbrilRBS AbrilRBS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great catch!

@czoido czoido merged commit b3eef8f into conan-io:develop2 May 27, 2024
2 checks passed
@memsharded memsharded deleted the fix/build_missing_consumer branch May 27, 2024 16:54
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.

None yet

3 participants