Skip to content

Commit 2ded8fb

Browse files
s07641069charlie-aifengtai-telinkandy31415
authoredFeb 27, 2025
[Telink] Add tl3218x_retention target & fix LZMA issue & Update compatible builds to docker version 119 (project-chip#37805)
* telink: Test CI. (project-chip#383) riscv: telink: fix insufficient RAM when config LZMA - Update zephyr commit to efcd3b7 . - Ajust log level to DEBUG for tl3218x . - Add boards option tl3218x_retention Signed-off-by: Fengtai Xie <fengtai.xie@telink-semi.com> Signed-off-by: Lingzhi Chen <lingzhi.chen@telink-semi.com> Co-authored-by: Fengtai Xie <fengtai.xie@telink-semi.com> Co-authored-by: Alex Tsitsiura <s07641069@gmail.com> * [Telink] Update Zephyr hash for CI test * Update builds to docker version 118 * [Telink] comment debug part * Revert TI CC32XX image * Fix extra spacing in smoke-test.yaml * Update builds to docker version 119 --------- Signed-off-by: Fengtai Xie <fengtai.xie@telink-semi.com> Signed-off-by: Lingzhi Chen <lingzhi.chen@telink-semi.com> Co-authored-by: lingzhi chen <58249610+charlie-ai@users.noreply.github.com> Co-authored-by: Fengtai Xie <fengtai.xie@telink-semi.com> Co-authored-by: Andrei Litvin <andy314@gmail.com>
1 parent 67bedcd commit 2ded8fb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+95
-82
lines changed
 

‎.github/workflows/bloat_check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535

3636
container:
37-
image: ghcr.io/project-chip/chip-build:115
37+
image: ghcr.io/project-chip/chip-build:119
3838

3939
steps:
4040
- name: Checkout

‎.github/workflows/build.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
if: github.actor != 'restyled-io[bot]'
4444

4545
container:
46-
image: ghcr.io/project-chip/chip-build:115
46+
image: ghcr.io/project-chip/chip-build:119
4747
volumes:
4848
- "/:/runner-root-volume"
4949
- "/tmp/log_output:/tmp/test_logs"
@@ -131,7 +131,7 @@ jobs:
131131
if: github.actor != 'restyled-io[bot]'
132132

133133
container:
134-
image: ghcr.io/project-chip/chip-build:115
134+
image: ghcr.io/project-chip/chip-build:119
135135
volumes:
136136
- "/:/runner-root-volume"
137137
- "/tmp/log_output:/tmp/test_logs"
@@ -305,7 +305,7 @@ jobs:
305305
if: github.actor != 'restyled-io[bot]'
306306

307307
container:
308-
image: ghcr.io/project-chip/chip-build:115
308+
image: ghcr.io/project-chip/chip-build:119
309309
volumes:
310310
- "/:/runner-root-volume"
311311
- "/tmp/log_output:/tmp/test_logs"
@@ -370,7 +370,7 @@ jobs:
370370
if: github.actor != 'restyled-io[bot]'
371371

372372
container:
373-
image: ghcr.io/project-chip/chip-build:115
373+
image: ghcr.io/project-chip/chip-build:119
374374
volumes:
375375
- "/:/runner-root-volume"
376376
- "/tmp/log_output:/tmp/test_logs"
@@ -492,7 +492,7 @@ jobs:
492492
runs-on: ubuntu-latest
493493

494494
container:
495-
image: ghcr.io/project-chip/chip-build:115
495+
image: ghcr.io/project-chip/chip-build:119
496496
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0
497497
net.ipv4.conf.all.forwarding=0 net.ipv6.conf.all.forwarding=0"
498498

0 commit comments

Comments
 (0)