File tree 2 files changed +341
-39
lines changed
2 files changed +341
-39
lines changed Original file line number Diff line number Diff line change 1
- # Copyright (c) 2021 Project CHIP Authors
1
+ # Copyright (c) 2021-2025 Project CHIP Authors
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
99
99
if : github.actor != 'restyled-io[bot]'
100
100
101
101
container :
102
- image : ghcr.io/project-chip/chip-build-telink:119
102
+ image : ghcr.io/project-chip/chip-build-telink:121
103
103
options : --user root
104
104
105
105
steps :
@@ -109,9 +109,9 @@ jobs:
109
109
uses : ./.github/actions/checkout-submodules-and-bootstrap
110
110
with :
111
111
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"
115
115
- name : CI Examples Telink
116
116
shell : bash
117
117
run : |
You can’t perform that action at this time.
0 commit comments