Skip to content

Commit ad2a5db

Browse files
committed
ci: bump zephyr-lite version to v0.29.0 across workflows
Bump zephyr-lite version to v0.29.0 across workflows Signed-off-by: Mateusz Redzynia <mateuszx.redzynia@intel.com>
1 parent 6ca8235 commit ad2a5db

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/llext.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
build:
1616
runs-on: ubuntu-22.04
1717
container:
18-
image: thesofproject/zephyr-lite:v0.28.4
18+
image: thesofproject/zephyr-lite:v0.29.0
1919

2020
strategy:
2121
fail-fast: false

.github/workflows/sparse-zephyr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# this in sync with it.
2727
runs-on: ubuntu-24.04
2828
container:
29-
image: thesofproject/zephyr-lite:v0.28.4
29+
image: thesofproject/zephyr-lite:v0.29.0
3030

3131
strategy:
3232
fail-fast: false

.github/workflows/zephyr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run:
2222
shell: bash
2323
container:
24-
image: thesofproject/zephyr-lite:v0.28.4
24+
image: thesofproject/zephyr-lite:v0.29.0
2525
steps:
2626
- uses: actions/checkout@v4
2727
with:
@@ -71,7 +71,7 @@ jobs:
7171
run:
7272
shell: bash
7373
container:
74-
image: thesofproject/zephyr-lite:v0.28.4
74+
image: thesofproject/zephyr-lite:v0.29.0
7575

7676
steps:
7777
- uses: actions/checkout@v4
@@ -102,7 +102,7 @@ jobs:
102102
run:
103103
shell: bash
104104
container:
105-
image: thesofproject/zephyr-lite:v0.28.4
105+
image: thesofproject/zephyr-lite:v0.29.0
106106
strategy:
107107
fail-fast: false
108108
matrix:

zephyr/docker-run.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ main()
5454

5555
run_command()
5656
{
57-
# zephyr-lite:v0.28.4 has /opt/toolchains/zephyr-sdk-0.17.4
58-
# zephyr-lite:v0.28.4 is based on zephyr-build:v0.28.4
57+
# zephyr-lite:v0.29.0 has /opt/toolchains/zephyr-sdk-1.0.0
58+
# zephyr-lite:v0.29.0 is based on zephyr-build:v0.29.0
5959
# https://hub.docker.com/r/zephyrprojectrtos/zephyr-build/tags
6060
# https://hub.docker.com/r/thesofproject/zephyr-lite/tags
6161
#
@@ -65,7 +65,7 @@ run_command()
6565
--workdir /zep_workspace \
6666
$SOF_DOCKER_RUN \
6767
--env REAL_CC --env http_proxy --env https_proxy \
68-
thesofproject/zephyr-lite:v0.28.4 \
68+
thesofproject/zephyr-lite:v0.29.0 \
6969
./sof/scripts/sudo-cwd.sh "$@"
7070
}
7171

0 commit comments

Comments
 (0)