Skip to content

Commit be00feb

Browse files
committed
ci: switch to 0.12.1 SDK
Move to new SDK. Signed-off-by: Anas Nashif <[email protected]>
1 parent 08f4ce4 commit be00feb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.buildkite/daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ steps:
33
- .buildkite/run.sh
44
env:
55
ZEPHYR_TOOLCHAIN_VARIANT: "zephyr"
6-
ZEPHYR_SDK_INSTALL_DIR: "/opt/sdk/zephyr-sdk-0.11.4"
6+
ZEPHYR_SDK_INSTALL_DIR: "/opt/sdk/zephyr-sdk-0.12.1"
77
parallelism: 240
88
timeout_in_minutes: 210
99
retry:

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ steps:
33
- .buildkite/run.sh
44
env:
55
ZEPHYR_TOOLCHAIN_VARIANT: "zephyr"
6-
ZEPHYR_SDK_INSTALL_DIR: "/opt/sdk/zephyr-sdk-0.11.4"
6+
ZEPHYR_SDK_INSTALL_DIR: "/opt/sdk/zephyr-sdk-0.12.1"
77
parallelism: 40
88
timeout_in_minutes: 180
99
retry:

0 commit comments

Comments
 (0)