Skip to content

Commit 84ac69e

Browse files
authored
Merge branch 'intel:main' into main
2 parents 44f0b3a + 2ddab7f commit 84ac69e

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/iut_zephyr_build.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ jobs:
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
@@ -26,8 +24,9 @@ jobs:
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

0 commit comments

Comments
 (0)