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 Dec 2, 2021
1 parent 803f3b8 commit ff78774
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 ff78774

Please sign in to comment.