Skip to content

Commit

Permalink
Skip building python modules as part of Matter.framework build. (#28514)
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 authored and pull[bot] committed May 13, 2024
1 parent eb3d717 commit 4350228
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 4350228

Please sign in to comment.