project-chip / connectedhomeip

Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance.
https://buildwithmatter.com
Apache License 2.0
7.43k stars 1.99k forks source link

[Scripts] Remove unneeded gn_build_test_example.sh #25770

Open krypton36 opened 1 year ago

krypton36 commented 1 year ago

Reproduction steps / Feature

If scripts/examples/gn_build_test_example.sh is no longer being used, remove from the Matter repo. PR updates the python build example code to include simulated device to standardize how example apps are built. Since the simulated app is in the python build example, there appears to be no use for gn_build_test_example.sh.

Platform

other

Platform Version(s)

No response

Type

Manually tested with SDK

(Optional) If manually tested please explain why this is only manually tested

No response

Anything else?

No response

krypton36 commented 1 year ago

An alternative option is to update the script to use the python build example in the script. For example call the following in the script: scripts/build/build_examples.py --target darwin-x64-simulated-app1-ipv6only build

stale[bot] commented 1 year ago

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