From b4eeb885624119d879d1b4b92c71c2ab9f361f4b Mon Sep 17 00:00:00 2001 From: Rob Oliver Date: Thu, 2 Dec 2021 13:59:32 -0500 Subject: [PATCH] RPC: Remove chip console build step from linux lighting CI is seeing errors building the python whl for chip console as part of the linux example, disable for now until we can debug the issue. --- examples/lighting-app/linux/BUILD.gn | 7 ------- 1 file changed, 7 deletions(-) diff --git a/examples/lighting-app/linux/BUILD.gn b/examples/lighting-app/linux/BUILD.gn index d17df1c178f627..f07060bc302d61 100644 --- a/examples/lighting-app/linux/BUILD.gn +++ b/examples/lighting-app/linux/BUILD.gn @@ -87,13 +87,6 @@ executable("chip-lighting-app") { group("linux") { deps = [ ":chip-lighting-app" ] - - if (chip_enable_pw_rpc) { - deps += [ - "${chip_root}/examples/common/pigweed/rpc_console/py:chip_rpc.install", - "${chip_root}/examples/common/pigweed/rpc_console/py:chip_rpc_wheel", - ] - } } group("default") {