Skip to content

Commit b550bdb

Browse files
committed
[Telink] Remove temp b92 4mb change
1 parent 67496d3 commit b550bdb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/examples-telink.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -204,14 +204,14 @@ jobs:
204204
- name: clean out build output (keep tools)
205205
run: rm -rf ./out/telink*
206206

207-
- name: Build example Telink (B92) Light Switch App with OTA (LZMA), Shell, Factory Data, 4Mb flash
207+
- name: Build example Telink (B92) Light Switch App with OTA (LZMA), Shell, Factory Data
208208
# Run test for master and all PRs
209209
run: |
210210
./scripts/run_in_build_env.sh \
211-
"./scripts/build/build_examples.py --target 'telink-tlsr9528a-light-switch-ota-compress-lzma-shell-factory-data-4mb' build"
211+
"./scripts/build/build_examples.py --target 'telink-tlsr9528a-light-switch-ota-compress-lzma-shell-factory-data' build"
212212
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
213-
telink tlsr9528a light-switch-app-ota-compress-lzma-shell-factory-data-4mb \
214-
out/telink-tlsr9528a-light-switch-ota-compress-lzma-shell-factory-data-4mb/zephyr/zephyr.elf \
213+
telink tlsr9528a light-switch-app-ota-compress-lzma-shell-factory-data \
214+
out/telink-tlsr9528a-light-switch-ota-compress-lzma-shell-factory-data/zephyr/zephyr.elf \
215215
/tmp/bloat_reports/
216216
217217
- name: clean out build output

0 commit comments

Comments
 (0)