Skip to content

Commit f84d0bd

Browse files
committed
[Telink] disable debug part
1 parent a2d0c58 commit f84d0bd

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
@@ -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 3ed7686a9378de6be1368c912f9a42f998bbfb18"
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 3ed7686a9378de6be1368c912f9a42f998bbfb18"
114114
- name: CI Examples Telink
115115
shell: bash
116116
run: |

.github/workflows/examples-telink.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -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 3ed7686a9378de6be1368c912f9a42f998bbfb18"
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 3ed7686a9378de6be1368c912f9a42f998bbfb18"
6161

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

0 commit comments

Comments
 (0)