File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments