Skip to content

Commit

Permalink
RPC: Remove console install from efr lighting (#12566)
Browse files Browse the repository at this point in the history
Fixes some CI build flake.
  • Loading branch information
rgoliver authored and pull[bot] committed Nov 6, 2023
1 parent 0d7a663 commit 9246435
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions examples/lighting-app/efr32/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -167,12 +167,6 @@ efr32_executable("lighting_app") {

group("efr32") {
deps = [ ":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 9246435

Please sign in to comment.