File tree 3 files changed +1
-24
lines changed
integrations/docker/images/stage-2/chip-build-telink
3 files changed +1
-24
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,6 @@ concurrency:
28
28
29
29
env :
30
30
CHIP_NO_LOG_TIMESTAMPS : true
31
- # Required to Update Zephyr SDK (for developers purpose)
32
- TELINK_ZEPHYR_SDK_DIR : /opt/telink/zephyr-sdk-0.17.0
33
31
34
32
jobs :
35
33
chef_linux :
@@ -107,15 +105,6 @@ jobs:
107
105
steps :
108
106
- name : Checkout
109
107
uses : actions/checkout@v4
110
- - name : Update Zephyr SDK (for developers purpose)
111
- run : |
112
- set -e
113
- cd /opt/telink
114
- rm -rf zephyr-sdk-0.16.1
115
- curl --location https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.17.0/zephyr-sdk-0.17.0_linux-x86_64_minimal.tar.xz --output zephyr-sdk-0.17.0_linux-x86_64_minimal.tar.xz
116
- tar xvf zephyr-sdk-0.17.0_linux-x86_64_minimal.tar.xz
117
- rm -rf zephyr-sdk-0.17.0_linux-x86_64_minimal.tar.xz
118
- zephyr-sdk-0.17.0/setup.sh -t riscv64-zephyr-elf
119
108
- name : Checkout submodules & Bootstrap
120
109
uses : ./.github/actions/checkout-submodules-and-bootstrap
121
110
with :
Original file line number Diff line number Diff line change @@ -28,8 +28,6 @@ concurrency:
28
28
29
29
env :
30
30
CHIP_NO_LOG_TIMESTAMPS : true
31
- # Required to Update Zephyr SDK (for developers purpose)
32
- TELINK_ZEPHYR_SDK_DIR : /opt/telink/zephyr-sdk-0.17.0
33
31
34
32
jobs :
35
33
telink :
49
47
- name : Checkout
50
48
uses : actions/checkout@v4
51
49
52
- - name : Update Zephyr SDK (for developers purpose)
53
- run : |
54
- set -e
55
- cd /opt/telink
56
- rm -rf zephyr-sdk-0.16.1
57
- curl --location https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.17.0/zephyr-sdk-0.17.0_linux-x86_64_minimal.tar.xz --output zephyr-sdk-0.17.0_linux-x86_64_minimal.tar.xz
58
- tar xvf zephyr-sdk-0.17.0_linux-x86_64_minimal.tar.xz
59
- rm -rf zephyr-sdk-0.17.0_linux-x86_64_minimal.tar.xz
60
- zephyr-sdk-0.17.0/setup.sh -t riscv64-zephyr-elf
61
-
62
50
- name : Checkout submodules & Bootstrap
63
51
uses : ./.github/actions/checkout-submodules-and-bootstrap
64
52
with :
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN set -x \
18
18
&& : # last line
19
19
20
20
# Setup Zephyr
21
- ARG ZEPHYR_REVISION=52c23bb5bfa7b08fb2499fda8c34cbd3418e0c1d
21
+ ARG ZEPHYR_REVISION=ce4027fc0768b8509758af2e43f74e3fd2c7d58d
22
22
WORKDIR /opt/telink/zephyrproject
23
23
RUN set -x \
24
24
&& python3 -m pip install --break-system-packages -U --no-cache-dir west \
You can’t perform that action at this time.
0 commit comments