Skip to content

Commit

Permalink
removed the bloat report for BRD4342A and BRD2605A
Browse files Browse the repository at this point in the history
  • Loading branch information
senthilku committed Sep 24, 2024
1 parent 90f662f commit 489dce4
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/examples-efr32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,6 @@ jobs:
build \
--copy-artifacts-to out/artifacts \
"
- name: Prepare bloat report for brd2605a lock app
run: |
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
efr32 BRD2605a lock-app \
out/efr32-brd2605a-lock-skip-rps-generation/matter-silabs-lock-example.out \
/tmp/bloat_reports/
- name: Clean out build output
run: rm -rf ./out
- name: Build BRD4342A WiFi Soc variants
Expand All @@ -156,12 +150,6 @@ jobs:
build \
--copy-artifacts-to out/artifacts \
"
- name: Prepare bloat report for brd4342a lock app
run: |
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
efr32 BRD4342a lock-app \
out/efr32-brd4342a-lock-skip-rps-generation/matter-silabs-lock-example.out \
/tmp/bloat_reports/
- name: Clean out build output
run: rm -rf ./out
- name: Build EFR32 with WiFi NCP
Expand Down

0 comments on commit 489dce4

Please sign in to comment.