[SKIP SOFCI-TEST] zephyr: docker: change docker image to zephyr-lite#10082
Merged
lgirdwood merged 2 commits intothesofproject:mainfrom Jul 3, 2025
Merged
[SKIP SOFCI-TEST] zephyr: docker: change docker image to zephyr-lite#10082lgirdwood merged 2 commits intothesofproject:mainfrom
lgirdwood merged 2 commits intothesofproject:mainfrom
Conversation
42f4438 to
03522f2
Compare
2a768f1 to
759d602
Compare
lgirdwood
reviewed
Jul 3, 2025
Member
lgirdwood
left a comment
There was a problem hiding this comment.
Looks good - I would also state in the commit message the new size of the CI disk image. i.e. what this saves.
| @@ -0,0 +1,77 @@ | |||
| # MIT License | |||
Member
There was a problem hiding this comment.
Can you make this BSD3c like most of teh other files for consistency.
Change docker image used in zephyr workflows to zephyr-lite built for the sof project. zephyr-lite contains less toolchains compared to zephyr-build to fit into 14GB max storage. Final size of zephyr-lite is appx 10.5GB vs 16.2GB of zephyr-build. Signed-off-by: Mateusz Redzynia <mateuszx.redzynia@intel.com>
zephyr-lite is a new docker image based on zephyr-build to fit within storage limit of current free tier runners. Signed-off-by: Mateusz Redzynia <mateuszx.redzynia@intel.com>
759d602 to
8eabbd6
Compare
8eabbd6 to
d282ff1
Compare
kv2019i
approved these changes
Jul 3, 2025
Collaborator
kv2019i
left a comment
There was a problem hiding this comment.
Excellent, the github workflows are back to green with this one!
lgirdwood
approved these changes
Jul 3, 2025
Member
lgirdwood
left a comment
There was a problem hiding this comment.
Nice space savings for CI :)
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.
Change docker image used in zephyr workflows to zephyr-lite built for the sof project.
zephyr-lite contains less toolchains compared to zephyr-build to fit into 14GB max storage of free tier runners.
Final size of zephyr-lite is appx 10.5GB vs 16.2GB of zephyr-build.
List of toolchains left in the docker:
New docker also includes python3.12 which resolves: https://github.com/thesofproject/sof/actions/runs/16050152241/job/45290644811?pr=10091#step:8:179
zephyr sparse probe run: https://github.com/thesofproject/sof/actions/runs/16051752607
zephyr probe run: https://github.com/thesofproject/sof/actions/runs/16051752595
docker was pushed to public
thesofproject/zephyr-litehub: https://hub.docker.com/r/thesofproject/zephyr-liteSigned-off-by: Mateusz Redzynia mateuszx.redzynia@intel.com