From de52ab6ed45f83b7445193b02fa58f3511fd0aee Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Fri, 4 Aug 2023 02:56:10 -0400 Subject: [PATCH] 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. --- src/darwin/Framework/chip_xcode_build_connector.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/darwin/Framework/chip_xcode_build_connector.sh b/src/darwin/Framework/chip_xcode_build_connector.sh index 888ae55c786e59..2127313659614c 100755 --- a/src/darwin/Framework/chip_xcode_build_connector.sh +++ b/src/darwin/Framework/chip_xcode_build_connector.sh @@ -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'