ci: Update to use SDK 0.11.3

Update docker image to 0.11.8 to pull in SDK 0.11.3.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2020-05-18 10:08:27 -05:00 committed by Carles Cufí
commit 0f277df202

View file

@ -4,7 +4,7 @@ compiler: gcc
env: env:
global: global:
- ZEPHYR_SDK_INSTALL_DIR=/opt/sdk/zephyr-sdk-0.11.2 - ZEPHYR_SDK_INSTALL_DIR=/opt/sdk/zephyr-sdk-0.11.3
- ZEPHYR_TOOLCHAIN_VARIANT=zephyr - ZEPHYR_TOOLCHAIN_VARIANT=zephyr
- MATRIX_BUILDS="5" - MATRIX_BUILDS="5"
matrix: matrix:
@ -20,7 +20,7 @@ build:
- ${SHIPPABLE_BUILD_DIR}/ccache - ${SHIPPABLE_BUILD_DIR}/ccache
pre_ci_boot: pre_ci_boot:
image_name: zephyrprojectrtos/ci image_name: zephyrprojectrtos/ci
image_tag: v0.11.7 image_tag: v0.11.8
pull: true pull: true
options: "-e HOME=/home/buildslave --privileged=true --tty --net=bridge --user buildslave" options: "-e HOME=/home/buildslave --privileged=true --tty --net=bridge --user buildslave"