From 1bf397f07ff5c3b1a90e57f7723a8e0371069407 Mon Sep 17 00:00:00 2001 From: Junior Martinez <67972863+jmartinez-silabs@users.noreply.github.com> Date: Tue, 31 Jan 2023 12:44:42 -0500 Subject: [PATCH] Lighting PW-rpc build is part of Build some BRD4187C variants CI step. This is one is just redundant (#24754) --- .github/workflows/examples-efr32.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/examples-efr32.yaml b/.github/workflows/examples-efr32.yaml index 10344c5c099151..4355dfdcf9a1bd 100644 --- a/.github/workflows/examples-efr32.yaml +++ b/.github/workflows/examples-efr32.yaml @@ -102,15 +102,6 @@ jobs: /tmp/bloat_reports/ - name: Clean out build output run: rm -rf ./out - - name: Build example EFR32 Lighting App for BRD4161A with RPCs - timeout-minutes: 15 - run: | - scripts/examples/gn_efr32_example.sh examples/lighting-app/silabs/efr32/ out/lighting_app_debug_rpc BRD4161A "is_debug=false" \ - disable_lcd=true 'import("//with_pw_rpc.gni")' - .environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py efr32 BRD4161A+rpc lighting-app \ - out/lighting_app_debug_rpc/BRD4161A/chip-efr32-lighting-example.out /tmp/bloat_reports/ - - name: Clean out build output - run: rm -rf ./out - name: Build example EFR32+WF200 WiFi Lock app for BRD4161A timeout-minutes: 15 run: |