ci: use docker image with 0.10.3 SDK

Use a docker image with 0.10.3 SDK which adds support to x86_64
toolchain.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2020-03-16 08:26:36 -07:00
parent d708d69f54
commit b020b70eb3
1 changed files with 3 additions and 3 deletions

View File

@ -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.3
- ZEPHYR_SDK_INSTALL_DIR=/opt/sdk/zephyr-sdk-0.10.3
- 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.8.2
pull: true
options: "-e HOME=/home/buildslave --privileged=true --tty --net=bridge --user buildslave"