Skip to content

Commit

Permalink
Skip building python modules as part of Matter.framework build.
Browse files Browse the repository at this point in the history
We don't need them there, but also they unconditionally pull in perfetto bits,
which is also undesirable.
  • Loading branch information
bzbarsky-apple committed Aug 4, 2023
1 parent 4b1fcb6 commit 9c30949
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/darwin/Framework/chip_xcode_build_connector.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ declare -a args=(
'chip_build_tools=false'
'chip_build_tests=false'
'chip_enable_wifi=false'
'chip_enable_python_modules=false'
'chip_log_message_max_size=4096' # might as well allow nice long log messages
'chip_disable_platform_kvs=true'
'enable_fuzz_test_targets=false'
Expand Down

0 comments on commit 9c30949

Please sign in to comment.