File tree 1 file changed +0
-12
lines changed
1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -138,12 +138,6 @@ jobs:
138
138
build \
139
139
--copy-artifacts-to out/artifacts \
140
140
"
141
- - name : Prepare bloat report for brd2605a lock app
142
- run : |
143
- .environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
144
- efr32 BRD2605a lock-app \
145
- out/efr32-brd2605a-lock-skip-rps-generation/matter-silabs-lock-example.out \
146
- /tmp/bloat_reports/
147
141
- name : Clean out build output
148
142
run : rm -rf ./out
149
143
- name : Build BRD4342A WiFi Soc variants
@@ -156,12 +150,6 @@ jobs:
156
150
build \
157
151
--copy-artifacts-to out/artifacts \
158
152
"
159
- - name : Prepare bloat report for brd4342a lock app
160
- run : |
161
- .environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
162
- efr32 BRD4342a lock-app \
163
- out/efr32-brd4342a-lock-skip-rps-generation/matter-silabs-lock-example.out \
164
- /tmp/bloat_reports/
165
153
- name : Clean out build output
166
154
run : rm -rf ./out
167
155
- name : Build EFR32 with WiFi NCP
You can’t perform that action at this time.
0 commit comments