Skip to content

Commit 968d017

Browse files
stephanosiombolivar-nordic
authored andcommitted
ci: Update to Zephyr SDK 0.14.2
This commit updates the CI workflows to use the Zephyr SDK 0.14.2 for building and testing Zephyr in the CI. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 702677e commit 968d017

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
options: '--entrypoint /bin/bash'
2828
env:
2929
ZEPHYR_TOOLCHAIN_VARIANT: zephyr
30-
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.14.1
30+
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.14.2
3131
CLANG_ROOT_DIR: /usr/lib/llvm-12
3232
BSIM_OUT_PATH: /opt/bsim/
3333
BSIM_COMPONENTS_PATH: /opt/bsim/components

.github/workflows/clang.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
matrix:
2424
platform: ["native_posix"]
2525
env:
26-
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.14.1
26+
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.14.2
2727
CLANG_ROOT_DIR: /usr/lib/llvm-12
2828
COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
2929
BASE_REF: ${{ github.base_ref }}

.github/workflows/codecov.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
matrix:
2626
platform: ["native_posix", "qemu_x86", "unit_testing"]
2727
env:
28-
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.14.1
28+
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.14.2
2929
CLANG_ROOT_DIR: /usr/lib/llvm-12
3030
steps:
3131
- name: Apply container owner mismatch workaround

.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.23.3
1414
env:
15-
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.14.1
15+
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.14.2
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
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
env:
35-
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.14.1
35+
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.14.2
3636
CLANG_ROOT_DIR: /usr/lib/llvm-12
3737
ZEPHYR_TOOLCHAIN_VARIANT: zephyr
3838
steps:

.github/workflows/footprint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
env:
24-
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.14.1
24+
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.14.2
2525
CLANG_ROOT_DIR: /usr/lib/llvm-12
2626
ZEPHYR_TOOLCHAIN_VARIANT: zephyr
2727
steps:

.github/workflows/twister.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
MATRIX_SIZE: 10
4040
PUSH_MATRIX_SIZE: 15
4141
DAILY_MATRIX_SIZE: 80
42-
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.14.1
42+
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.14.2
4343
CLANG_ROOT_DIR: /usr/lib/llvm-12
4444
TESTS_PER_BUILDER: 700
4545
COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
@@ -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.14.1
132+
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.14.2
133133
CLANG_ROOT_DIR: /usr/lib/llvm-12
134134
TWISTER_COMMON: ' --inline-logs -v -N -M --retry-failed 3 '
135135
DAILY_OPTIONS: ' -M --build-only --all'

0 commit comments

Comments
 (0)