File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 iut_zephyr_build :
1313 runs-on : ubuntu-22.04
1414 container :
15- image : ghcr.io/zephyrproject-rtos/ci:v0.26.4
16- env :
17- ZEPHYR_SDK_INSTALL_DIR : /opt/toolchains/zephyr-sdk-0.16.1
15+ image : ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.7.20251127
1816
1917 steps :
2018 - name : Apply container owner mismatch workaround
2624 git config --global --add safe.directory ${GITHUB_WORKSPACE}
2725
2826 - name : Checkout Zephyr
29- run :
30- west init -m https://github.com/kwd-doodling/zephyr-upstream.git --mr main_zephyr
27+ run : |
28+ west init -m https://github.com/kwd-doodling/zephyr-upstream.git --mr ci_intel_hal
29+ echo "ZEPHYR_SDK_INSTALL_DIR=/opt/toolchains/zephyr-sdk-$( cat zephyr/SDK_VERSION )" >> $GITHUB_ENV
3130
3231 - name : Checkout Intel HAL
3332 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments