Skip to content

Commit 714d85a

Browse files
committed
[Telink] Add zephyr_3.3 job
1 parent 245eed2 commit 714d85a

File tree

2 files changed

+341
-39
lines changed

2 files changed

+341
-39
lines changed

.github/workflows/chef.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2021 Project CHIP Authors
1+
# Copyright (c) 2021-2025 Project CHIP Authors
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -99,7 +99,7 @@ jobs:
9999
if: github.actor != 'restyled-io[bot]'
100100

101101
container:
102-
image: ghcr.io/project-chip/chip-build-telink:119
102+
image: ghcr.io/project-chip/chip-build-telink:121
103103
options: --user root
104104

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

0 commit comments

Comments
 (0)