-
Notifications
You must be signed in to change notification settings - Fork 349
ci: bump zephyr lite version to v0.29.0 and zephyr-sdk to 1.0.0 #10649
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -34,7 +34,7 @@ on: | |
| jobs: | ||
|
|
||
| doxygen: | ||
| runs-on: ubuntu-22.04 | ||
| runs-on: ubuntu-24.04 | ||
|
|
||
| steps: | ||
| - uses: actions/checkout@v4 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -21,7 +21,7 @@ jobs: | |
| run: | ||
| shell: bash | ||
| container: | ||
| image: thesofproject/zephyr-lite:v0.28.4 | ||
| image: thesofproject/zephyr-lite:v0.29.0 | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
| with: | ||
|
|
@@ -66,12 +66,12 @@ jobs: | |
| # sof/scripts/xtensa-build-zephyr.py configuration script. Then this | ||
| # job will be disappear, folded back in the regular build-* jobs below. | ||
| LP64-WIP: | ||
| runs-on: ubuntu-22.04 | ||
| runs-on: ubuntu-24.04 | ||
| defaults: | ||
| run: | ||
| shell: bash | ||
| container: | ||
| image: thesofproject/zephyr-lite:v0.28.4 | ||
| image: thesofproject/zephyr-lite:v0.29.0 | ||
|
|
||
| steps: | ||
| - uses: actions/checkout@v4 | ||
|
|
@@ -97,12 +97,12 @@ jobs: | |
| -DEXTRA_AFLAGS=-Werror | ||
|
|
||
| build-linux: | ||
| runs-on: ubuntu-22.04 | ||
| runs-on: ubuntu-24.04 | ||
| defaults: | ||
| run: | ||
| shell: bash | ||
| container: | ||
| image: thesofproject/zephyr-lite:v0.28.4 | ||
| image: thesofproject/zephyr-lite:v0.29.0 | ||
| strategy: | ||
| fail-fast: false | ||
| matrix: | ||
|
|
@@ -285,24 +285,24 @@ jobs: | |
|
|
||
| # Keep this SDK version identical to the one in | ||
| # sof/zephyr/docker-run.sh | ||
| - name: Cache Zephyr SDK 0.17.4 | ||
| - name: Cache Zephyr SDK 1.0.0 | ||
| id: cache-zephyr-sdk | ||
| uses: actions/cache@v4 | ||
| with: | ||
| path: zephyr-sdk-0.17.4_windows-x86_64.7z | ||
| key: ${{ runner.os }}-cache-zephyr-sdk-0-17-4 | ||
| path: zephyr-sdk-1.0.0_windows-x86_64_gnu.7z | ||
| key: ${{ runner.os }}-cache-zephyr-sdk-1-0-0 | ||
|
|
||
| # Wget is needed by Zephyr SDK setup.cmd installation script | ||
| - name: Download wget | ||
| if: ${{ steps.cache-wget.outputs.cache-hit != 'true' }} | ||
| run: | | ||
| curl -L -O http://downloads.sourceforge.net/gnuwin32/wget-1.11.4-1-bin.zip | ||
|
|
||
| - name: Download Zephyr SDK 0.17.4 | ||
| - name: Download Zephyr SDK 1.0.0 | ||
| if: ${{ steps.cache-zephyr-sdk.outputs.cache-hit != 'true' }} | ||
| run: | # yamllint disable-line rule:line-length | ||
| curl -L -O ` | ||
| https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.17.4/zephyr-sdk-0.17.4_windows-x86_64.7z | ||
| https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v1.0.0/zephyr-sdk-1.0.0_windows-x86_64_gnu.7z | ||
|
|
||
| # Unzips every .zip package to directory matching its name without extension | ||
| - name: Unzip downloaded packages | ||
|
|
@@ -325,12 +325,12 @@ jobs: | |
| # setup.cmd may not be called in from msys shell as it does not parse | ||
| # forward slash script input arguments correctly. | ||
| - name: Install Zephyr SDK | ||
| run: zephyr-sdk-0.17.4_windows-x86_64/zephyr-sdk-0.17.4/setup.cmd /t all /h /c | ||
| run: zephyr-sdk-1.0.0_windows-x86_64_gnu/zephyr-sdk-1.0.0/setup.cmd /t all /h /c | ||
|
|
||
| - name: Setup Python | ||
| uses: actions/setup-python@v5 | ||
| with: | ||
| python-version: '3.10' | ||
| python-version: '3.12' | ||
|
|
||
| - name: West install | ||
| run: pip3 install west | ||
|
|
@@ -367,7 +367,7 @@ jobs: | |
| uses: actions/setup-python@v5 | ||
| id: cache-python | ||
| with: | ||
| python-version: '3.10' | ||
| python-version: '3.12' | ||
| cache: 'pip' | ||
| cache-dependency-path: workspace/zephyr/scripts/requirements.txt | ||
|
Comment on lines
367
to
372
|
||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -43,7 +43,7 @@ manifest: | |
|
|
||
| - name: zephyr | ||
| repo-path: zephyr | ||
| revision: 653ebccc49ad1f79cae2729f4c6fabd5ff54d397 | ||
| revision: 70969f88f5373d8f99b2d1a2b9d85a4462df2ac8 | ||
| remote: zephyrproject | ||
|
Comment on lines
44
to
47
|
||
|
|
||
| # Import some projects listed in zephyr/west.yml@revision | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Python is bumped to 3.12 in this job (was 3.10). Please note this in the PR description/title or add a short rationale in the workflow comments so CI behavior changes are easier to correlate later.