Skip to content

Commit

Permalink
RPC: Remove chip console build step from linux lighting (#12494)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rgoliver authored and pull[bot] committed Jan 14, 2022
1 parent b560270 commit 8743284
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions examples/lighting-app/linux/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down

0 comments on commit 8743284

Please sign in to comment.