From c823bdfc4f543c8ecfac0566eccbfda94413d2d3 Mon Sep 17 00:00:00 2001 From: rgoliver Date: Thu, 2 Dec 2021 16:04:57 -0500 Subject: [PATCH] RPC: Remove chip console build step from linux lighting (#12494) 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") {