File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 98
98
if : github.actor != 'restyled-io[bot]'
99
99
100
100
container :
101
- image : ghcr.io/project-chip/chip-build-telink:54
101
+ image : ghcr.io/project-chip/chip-build-telink:57
102
102
options : --user root
103
103
104
104
steps :
@@ -108,9 +108,9 @@ jobs:
108
108
uses : ./.github/actions/checkout-submodules-and-bootstrap
109
109
with :
110
110
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"
114
114
- name : CI Examples Telink
115
115
shell : bash
116
116
run : |
Original file line number Diff line number Diff line change 38
38
if : github.actor != 'restyled-io[bot]'
39
39
40
40
container :
41
- image : ghcr.io/project-chip/chip-build-telink:54
41
+ image : ghcr.io/project-chip/chip-build-telink:57
42
42
volumes :
43
43
- " /tmp/bloat_reports:/tmp/bloat_reports"
44
44
56
56
with :
57
57
gh-context : ${{ toJson(github) }}
58
58
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"
61
61
62
62
- name : Build example Telink (B92 retention) Air Quality Sensor App
63
63
run : |
You can’t perform that action at this time.
0 commit comments