Skip to content

Commit 6bcd688

Browse files
committed
[Telink] Use Shell for tl321x lighting build (Zephyr 3.3)
1 parent 1942e5b commit 6bcd688

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
@@ -484,14 +484,14 @@ jobs:
484484
- name: clean out build output (keep tools)
485485
run: rm -rf ./out/telink*
486486

487-
- name: Build example Telink (tl321x) Lighting App with OTA (LZMA), Factory Data
487+
- name: Build example Telink (tl321x) Lighting App with OTA (LZMA), Shell, Factory Data
488488
# Run test for master and all PRs
489489
run: |
490490
./scripts/run_in_build_env.sh \
491-
"./scripts/build/build_examples.py --target 'telink-tl3218x-light-ota-compress-lzma-factory-data' build"
491+
"./scripts/build/build_examples.py --target 'telink-tl3218x-light-ota-compress-lzma-shell-factory-data' build"
492492
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
493-
telink tl3218x light-app-ota-compress-lzma-factory-data \
494-
out/telink-tl3218x-light-ota-compress-lzma-factory-data/zephyr/zephyr.elf \
493+
telink tl3218x light-app-ota-compress-lzma-shell-factory-data \
494+
out/telink-tl3218x-light-ota-compress-lzma-shell-factory-data/zephyr/zephyr.elf \
495495
/tmp/bloat_reports/
496496
497497
- name: clean out build output (keep tools)

0 commit comments

Comments
 (0)