ci: zephyr: Update Zephyr image and SDK version
Updates to use the zephyr docker image version 0.26.4 which includes the zephyr SDK 0.16.1, and resolves build issues with recent zephyr changes. Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
parent
9ced459b09
commit
9380135afb
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (c) 2022 Nordic Semiconductor ASA
|
# Copyright (c) 2022-2023 Nordic Semiconductor ASA
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
name: Build Zephyr samples with Twister
|
name: Build Zephyr samples with Twister
|
||||||
|
@ -40,12 +40,12 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# Docker image from the zephyr upstream. Includes SDK and other required tools
|
# Docker image from the zephyr upstream. Includes SDK and other required tools
|
||||||
container:
|
container:
|
||||||
image: zephyrprojectrtos/ci:v0.24.2
|
image: zephyrprojectrtos/ci:v0.26.4
|
||||||
options: '--entrypoint /bin/bash'
|
options: '--entrypoint /bin/bash'
|
||||||
volumes:
|
volumes:
|
||||||
- /home/runners/zephyrproject:/github/cache/zephyrproject
|
- /home/runners/zephyrproject:/github/cache/zephyrproject
|
||||||
env:
|
env:
|
||||||
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.15.0
|
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.1
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Set versions when workflow_dispatch
|
- name: Set versions when workflow_dispatch
|
||||||
|
|
Loading…
Reference in New Issue