ci: switch to 0.12.1 SDK
Move to new SDK. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
08f4ce4efb
commit
be00feb6eb
|
@ -3,7 +3,7 @@ steps:
|
|||
- .buildkite/run.sh
|
||||
env:
|
||||
ZEPHYR_TOOLCHAIN_VARIANT: "zephyr"
|
||||
ZEPHYR_SDK_INSTALL_DIR: "/opt/sdk/zephyr-sdk-0.11.4"
|
||||
ZEPHYR_SDK_INSTALL_DIR: "/opt/sdk/zephyr-sdk-0.12.1"
|
||||
parallelism: 240
|
||||
timeout_in_minutes: 210
|
||||
retry:
|
||||
|
|
|
@ -3,7 +3,7 @@ steps:
|
|||
- .buildkite/run.sh
|
||||
env:
|
||||
ZEPHYR_TOOLCHAIN_VARIANT: "zephyr"
|
||||
ZEPHYR_SDK_INSTALL_DIR: "/opt/sdk/zephyr-sdk-0.11.4"
|
||||
ZEPHYR_SDK_INSTALL_DIR: "/opt/sdk/zephyr-sdk-0.12.1"
|
||||
parallelism: 40
|
||||
timeout_in_minutes: 180
|
||||
retry:
|
||||
|
|
Loading…
Reference in a new issue