Skip to content

Commit 2113106

Browse files
bzbarsky-applepull[bot]
authored andcommitted
Skip building python modules as part of Matter.framework build. (#28514)
We don't need them there, but also they unconditionally pull in perfetto bits, which is also undesirable.
1 parent 3c58e29 commit 2113106

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/darwin/Framework/chip_xcode_build_connector.sh

+1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ declare -a args=(
9696
'chip_build_tools=false'
9797
'chip_build_tests=false'
9898
'chip_enable_wifi=false'
99+
'chip_enable_python_modules=false'
99100
'chip_log_message_max_size=4096' # might as well allow nice long log messages
100101
'chip_disable_platform_kvs=true'
101102
'enable_fuzz_test_targets=false'

0 commit comments

Comments
 (0)