Skip to content

Commit 2849564

Browse files
tbitcsoz-agent
andcommitted
fix(ci): hardcode SDK 0.17.0 — sdk-version file absent in Zephyr v4.4.0
Co-Authored-By: Oz <oz-agent@warp.dev>
1 parent 251fd0c commit 2849564

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,12 @@ jobs:
110110
# (host tools: DTC, cmake config files). The minimal bundle is ~10 MB
111111
# and contains no cross-compiler — only the cmake registration files.
112112
# setup.sh -c writes ~/.cmake/packages/Zephyr-sdk/ so CMake finds it.
113+
# SDK 0.17.0 matches pinned Zephyr v4.4.0 (update this if west.yml
114+
# revision ever changes). sdk-version file does not exist in v4.4.0.
113115
- name: Install Zephyr SDK (minimal, cmake files only)
116+
env:
117+
SDK_VER: "0.17.0"
114118
run: |
115-
SDK_VER=$(cat zephyr/sdk-version | tr -d '[:space:]')
116119
wget -q \
117120
"https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v${SDK_VER}/zephyr-sdk-${SDK_VER}_linux-x86_64_minimal.tar.xz" \
118121
-O /tmp/zephyr-sdk-minimal.tar.xz

0 commit comments

Comments
 (0)