Skip to content

Commit 96f0a55

Browse files
committed
[Telink] Update to docker version 57
1 parent 363cfa8 commit 96f0a55

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/chef.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
if: github.actor != 'restyled-io[bot]'
9999

100100
container:
101-
image: ghcr.io/project-chip/chip-build-telink:54
101+
image: ghcr.io/project-chip/chip-build-telink:57
102102
options: --user root
103103

104104
steps:
@@ -108,9 +108,9 @@ jobs:
108108
uses: ./.github/actions/checkout-submodules-and-bootstrap
109109
with:
110110
platform: telink
111-
- name: Update Zephyr to specific revision (for developers purpose)
112-
shell: bash
113-
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py ab81a585fca6a83b30e1f4e58a021113d6a3acb8"
111+
# - name: Update Zephyr to specific revision (for developers purpose)
112+
# shell: bash
113+
# run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py ab81a585fca6a83b30e1f4e58a021113d6a3acb8"
114114
- name: CI Examples Telink
115115
shell: bash
116116
run: |

.github/workflows/examples-telink.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
if: github.actor != 'restyled-io[bot]'
3939

4040
container:
41-
image: ghcr.io/project-chip/chip-build-telink:54
41+
image: ghcr.io/project-chip/chip-build-telink:57
4242
volumes:
4343
- "/tmp/bloat_reports:/tmp/bloat_reports"
4444

@@ -56,8 +56,8 @@ jobs:
5656
with:
5757
gh-context: ${{ toJson(github) }}
5858

59-
- name: Update Zephyr to specific revision (for developers purpose)
60-
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py ab81a585fca6a83b30e1f4e58a021113d6a3acb8"
59+
# - name: Update Zephyr to specific revision (for developers purpose)
60+
# run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py ab81a585fca6a83b30e1f4e58a021113d6a3acb8"
6161

6262
- name: Build example Telink (B92 retention) Air Quality Sensor App
6363
run: |

0 commit comments

Comments
 (0)