From 00fab87c60c29394708f67bd948c5eedf78c0a9b Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Thu, 15 Aug 2019 20:36:19 -0500 Subject: [PATCH] ci: Update to using SDK 0.10.3 Update SDK version to 0.10.3. Use Docker image 0.8.2 that includes an install of that SDK version. Signed-off-by: Kumar Gala --- .shippable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.shippable.yml b/.shippable.yml index 00597b429ca..6c672d0990a 100644 --- a/.shippable.yml +++ b/.shippable.yml @@ -4,7 +4,7 @@ compiler: gcc env: global: - - ZEPHYR_SDK_INSTALL_DIR=/opt/sdk/zephyr-sdk-0.10.2 + - ZEPHYR_SDK_INSTALL_DIR=/opt/sdk/zephyr-sdk-0.10.3 - ZEPHYR_TOOLCHAIN_VARIANT=zephyr - MATRIX_BUILDS="5" matrix: @@ -20,7 +20,7 @@ build: - ${SHIPPABLE_BUILD_DIR}/ccache pre_ci_boot: image_name: zephyrprojectrtos/ci - image_tag: v0.8.1 + image_tag: v0.8.2 pull: true options: "-e HOME=/home/buildslave --privileged=true --tty --net=bridge --user buildslave"