Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions .github/workflows/iut_zephyr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ jobs:
iut_zephyr_build:
runs-on: ubuntu-22.04
container:
image: ghcr.io/zephyrproject-rtos/ci:v0.26.4
env:
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.1
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.7.20251127

steps:
- name: Apply container owner mismatch workaround
Expand All @@ -26,8 +24,9 @@ jobs:
git config --global --add safe.directory ${GITHUB_WORKSPACE}

- name: Checkout Zephyr
run:
west init -m https://github.com/kwd-doodling/zephyr-upstream.git --mr main_zephyr
run: |
west init -m https://github.com/kwd-doodling/zephyr-upstream.git --mr ci_intel_hal
echo "ZEPHYR_SDK_INSTALL_DIR=/opt/toolchains/zephyr-sdk-$( cat zephyr/SDK_VERSION )" >> $GITHUB_ENV

- name: Checkout Intel HAL
uses: actions/checkout@v4
Expand Down
Loading