Skip to content

Commit 5797fbc

Browse files
committed
ci: Use Zephyr SDK 0.16.0
This commit updates the CI workflows to use the Zephyr SDK 0.16.0 for building and testing Zephyr in the CI. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 914c4c6 commit 5797fbc

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/workflows/bluetooth-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- /repo-cache/zephyrproject:/github/cache/zephyrproject
2828
env:
2929
ZEPHYR_TOOLCHAIN_VARIANT: zephyr
30-
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.15.2
30+
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.0
3131
BSIM_OUT_PATH: /opt/bsim/
3232
BSIM_COMPONENTS_PATH: /opt/bsim/components
3333
EDTT_PATH: ../tools/edtt

.github/workflows/clang.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
platform: ["native_posix"]
2222
env:
23-
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.15.2
23+
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.0
2424
LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-15
2525
COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
2626
BASE_REF: ${{ github.base_ref }}

.github/workflows/codecov.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
matrix:
2323
platform: ["native_posix", "qemu_x86", "unit_testing"]
2424
env:
25-
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.15.2
25+
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.0
2626
steps:
2727
- name: Apply container owner mismatch workaround
2828
run: |

.github/workflows/errno.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
container:
1313
image: ghcr.io/zephyrproject-rtos/ci:v0.25.0
1414
env:
15-
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.15.2
15+
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.0
1616

1717
steps:
1818
- name: Apply container owner mismatch workaround

.github/workflows/footprint-tracking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
env:
30-
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.15.2
30+
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.0
3131
ZEPHYR_TOOLCHAIN_VARIANT: zephyr
3232
steps:
3333
- name: Apply container owner mismatch workaround

.github/workflows/footprint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
env:
19-
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.15.2
19+
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.0
2020
ZEPHYR_TOOLCHAIN_VARIANT: zephyr
2121
steps:
2222
- name: Apply container owner mismatch workaround

.github/workflows/twister.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
MATRIX_SIZE: 10
3535
PUSH_MATRIX_SIZE: 15
3636
DAILY_MATRIX_SIZE: 80
37-
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.15.2
37+
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.0
3838
BSIM_OUT_PATH: /opt/bsim/
3939
BSIM_COMPONENTS_PATH: /opt/bsim/components
4040
TESTS_PER_BUILDER: 700
@@ -129,7 +129,7 @@ jobs:
129129
matrix:
130130
subset: ${{fromJSON(needs.twister-build-prep.outputs.subset)}}
131131
env:
132-
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.15.2
132+
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.0
133133
BSIM_OUT_PATH: /opt/bsim/
134134
BSIM_COMPONENTS_PATH: /opt/bsim/components
135135
TWISTER_COMMON: ' --force-color --inline-logs -v -N -M --retry-failed 3 '

0 commit comments

Comments
 (0)