You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does the following:
- Uses the zephyr CI base image rather than the full CI image to
fix the full image being too large for github, despite nothing
having changed in the workflow or docker images
- Updates to the zephyr 0.28.4 image using the 0.17.4 zephyr
sdk-ng toolchain
- Changes to use the zephyr setup action
- Changes the runner image to `ubuntu-24.04` rather than
`ubuntu-latest` which avoids possible CI breakage if the image
gets a major version update and is no longer compatible
- Sets python packages up using the zephyr requirements for
actions (with hashes for added security)
- Enables ccache with 768MiB maximum size to speed up CI jobs
- Removes retries from CI runs as these samples are minimal
compared to zephyr's CI runs
Signed-off-by: Jamie McCrae <[email protected]>
0 commit comments