Skip to content

Commit 132be6e

Browse files
authored
Re-enable bloat reporting for QPG builds (#22221)
1 parent 3be848d commit 132be6e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/examples-qpg.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,17 @@ jobs:
8181
run: |
8282
config/qpg/chip-gn/build.sh
8383
84+
- name: Prepare some bloat report from the previous builds
85+
run: |
86+
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
87+
qpg qpg6105+debug lighting-app \
88+
out/qpg-light/chip-qpg6105-lighting-example.out \
89+
/tmp/bloat_reports/
90+
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
91+
qpg qpg6105+debug lock-app \
92+
out/qpg-lock/chip-qpg6105-lock-example.out \
93+
/tmp/bloat_reports/
94+
8495
- name: Uploading Size Reports
8596
uses: actions/upload-artifact@v2
8697
if: ${{ !env.ACT }}

0 commit comments

Comments
 (0)