From 47ec94a66278caa27dd645f03dbaae6ca7d5332d Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Sun, 2 Feb 2020 09:20:00 -0600 Subject: [PATCH] ci: Bump docker image and SDK support to 0.11.1 Bump the SDK version to 0.11.0 and associated docker image Signed-off-by: Kumar Gala --- .shippable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.shippable.yml b/.shippable.yml index 3f402fe9f0c..4a72ef6d683 100644 --- a/.shippable.yml +++ b/.shippable.yml @@ -4,7 +4,7 @@ compiler: gcc env: global: - - ZEPHYR_SDK_INSTALL_DIR=/opt/sdk/zephyr-sdk-0.11.0 + - ZEPHYR_SDK_INSTALL_DIR=/opt/sdk/zephyr-sdk-0.11.1 - 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.11.1 + image_tag: v0.11.2 pull: true options: "-e HOME=/home/buildslave --privileged=true --tty --net=bridge --user buildslave"