Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 14a754c

Browse files
committedMar 3, 2025·
[Telink] Disable debug part
1 parent 08ea9ac commit 14a754c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎.github/workflows/chef.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -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 fdccaba1ebc147908e9cca653e6c6743def3332b"
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 fdccaba1ebc147908e9cca653e6c6743def3332b"
115115
- name: CI Examples Telink
116116
shell: bash
117117
run: |

‎.github/workflows/examples-telink.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ jobs:
5757
with:
5858
gh-context: ${{ toJson(github) }}
5959

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

6363
- name: Build example Telink (B92 retention) Air Quality Sensor App
6464
# Run test for master and s07641069 PRs

0 commit comments

Comments
 (0)
Please sign in to comment.