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

build_examples.py need to support mdns option #22084

Closed
mikaelhm opened this issue Aug 22, 2022 · 4 comments
Closed

build_examples.py need to support mdns option #22084

mikaelhm opened this issue Aug 22, 2022 · 4 comments
Assignees

Comments

@mikaelhm
Copy link
Contributor

Problem

scripts/build/build_examples.py does not have an option to specify which mDNS option the example app should be build with. Currently builds default to use minmdns.

For certification we need to build apps with platform option to use avahi on the linux platform.
https://github.com/CHIP-Specifications/chip-certification-tool/issues/507

@davidgoogle
Copy link
Contributor

I took a brief look, it seems like HostBuilder in host.py has a use_platform_mdns option, it just needs to be exposed as a Variant in targets.py.

@bzbarsky-apple
Copy link
Contributor

@andy31415

@stale
Copy link

stale bot commented Mar 12, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@stale stale bot added the stale Stale issue or PR label Mar 12, 2023
@bzbarsky-apple bzbarsky-apple removed the stale Stale issue or PR label Mar 13, 2023
@bzbarsky-apple
Copy link
Contributor

Fixed in #23856

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

No branches or pull requests

4 participants