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:
Anas Nashif 2021-01-11 11:10:43 -05:00
parent 08f4ce4efb
commit be00feb6eb
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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: