Skip to content

Commit 4f956ec

Browse files
s07641069haiwentelink
andauthoredJan 31, 2025
[Telink] Improve tl321x/tl721x targets & Update compatible builds to docker version 104 (project-chip#37188)
* riscv: telink: add compile support for tl7218x . - fix retention ram. Signed-off-by: Haiwen Xia <haiwen.xia@telink-semi.com> * riscv: telink: seperate ram for tl3218x . - use retention mode to seperate ram. - reserve more ram for ilm. Signed-off-by: Haiwen Xia <haiwen.xia@telink-semi.com> * [Telink] Fix broken GitHub CI after adding tl721x target * [Telink] remove temporary LZMA for tl321x due to bug * [Telink] Add missed clean out build output step * [Telink] remove b95 SoC / TLSR9258a board (replaced by TL721x) * [Telink] Update builds to docker version 104 * [Telink] disable debug part * skip update of QEMU / Tizen * skip update of Tizen & Smoke Run - Android * skip update of Lint Code Base image --------- Signed-off-by: Haiwen Xia <haiwen.xia@telink-semi.com> Co-authored-by: Haiwen Xia <haiwen.xia@telink-semi.com> Co-authored-by: haiwentelink <125550736+haiwentelink@users.noreply.github.com>
1 parent 3044eeb commit 4f956ec

File tree

67 files changed

+121
-175
lines changed

Some content is hidden

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

67 files changed

+121
-175
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:98
37+
image: ghcr.io/project-chip/chip-build:104
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:98
46+
image: ghcr.io/project-chip/chip-build:104
4747
volumes:
4848
- "/:/runner-root-volume"
4949
- "/tmp/log_output:/tmp/test_logs"
@@ -139,7 +139,7 @@ jobs:
139139
if: github.actor != 'restyled-io[bot]'
140140

141141
container:
142-
image: ghcr.io/project-chip/chip-build:98
142+
image: ghcr.io/project-chip/chip-build:104
143143
volumes:
144144
- "/:/runner-root-volume"
145145
- "/tmp/log_output:/tmp/test_logs"
@@ -308,7 +308,7 @@ jobs:
308308
if: github.actor != 'restyled-io[bot]'
309309

310310
container:
311-
image: ghcr.io/project-chip/chip-build:98
311+
image: ghcr.io/project-chip/chip-build:104
312312
volumes:
313313
- "/:/runner-root-volume"
314314
- "/tmp/log_output:/tmp/test_logs"
@@ -373,7 +373,7 @@ jobs:
373373
if: github.actor != 'restyled-io[bot]'
374374

375375
container:
376-
image: ghcr.io/project-chip/chip-build:98
376+
image: ghcr.io/project-chip/chip-build:104
377377
volumes:
378378
- "/:/runner-root-volume"
379379
- "/tmp/log_output:/tmp/test_logs"
@@ -492,7 +492,7 @@ jobs:
492492
if: github.actor != 'restyled-io[bot]'
493493

494494
container:
495-
image: ghcr.io/project-chip/chip-build:98
495+
image: ghcr.io/project-chip/chip-build:104
496496
volumes:
497497
- "/:/runner-root-volume"
498498
- "/tmp/log_output:/tmp/test_logs"

0 commit comments

Comments
 (0)