ci: use the newest Zephyr SDK version 1.0.1 - #11160
Merged
Merged
Conversation
Switch to Zephyr SDK 1.0.1 to keep in sync with zephyr/docker-run.sh Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
tmleman
approved these changes
Sep 2, 2026
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The workflow changes consistently update cache, download URL, and install paths to 1.0.1 and match the referenced version in zephyr/docker-run.sh.
Pull request overview
This PR updates the Windows Zephyr CI workflow to use Zephyr SDK v1.0.1, aligning the GitHub Actions environment with the SDK version referenced by zephyr/docker-run.sh.
Changes:
- Bump the cached Zephyr SDK artifact from 1.0.0 to 1.0.1 (including the cache key).
- Update the Zephyr SDK download URL to the v1.0.1 release artifact.
- Update the Windows install step to run the 1.0.1
setup.cmd.
File summaries
| File | Description |
|---|---|
| .github/workflows/zephyr.yml | Updates Windows CI cache/download/install steps to use Zephyr SDK 1.0.1. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
PR 11160: test resultsRun date: 2026-09-02 15:36 UTC Tested commit: 9190a2cc422ff452f4fbab8819b4933ceeb6ec32 |
kv2019i
approved these changes
Sep 2, 2026
This was referenced Sep 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Switch to Zephyr SDK 1.0.1 to keep in sync with zephyr/docker-run.sh