From eaf994a7fc340a015e980604e48e4b3e2353d3d8 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Thu, 13 Jun 2019 22:03:32 -0400 Subject: [PATCH] ci: move to new docker with new SDK Use new docker image with SDK 0.10.1. Signed-off-by: Anas Nashif --- .shippable.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.shippable.yml b/.shippable.yml index 6aa904e28ea..3481c20469c 100644 --- a/.shippable.yml +++ b/.shippable.yml @@ -4,8 +4,8 @@ compiler: gcc env: global: - - SDK=0.10.0 - - ZEPHYR_SDK_INSTALL_DIR=/opt/sdk/zephyr-sdk-0.10.0 + - SDK=0.10.1 + - ZEPHYR_SDK_INSTALL_DIR=/opt/sdk/zephyr-sdk-0.10.1 - ZEPHYR_TOOLCHAIN_VARIANT=zephyr - MATRIX_BUILDS="5" matrix: @@ -21,7 +21,7 @@ build: - ${SHIPPABLE_BUILD_DIR}/ccache pre_ci_boot: image_name: zephyrprojectrtos/ci - image_tag: v0.6.4 + image_tag: v0.7 pull: true options: "-e HOME=/home/buildslave --privileged=true --tty --net=bridge --user buildslave"