ci: move to using SDK 0.11.0
Move to docker image 0.11.1 to get final release of SDK 0.11.0. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
ed938bf7e7
commit
e8c2ef8eae
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ compiler: gcc
|
|||
|
||||
env:
|
||||
global:
|
||||
- ZEPHYR_SDK_INSTALL_DIR=/opt/sdk/zephyr-sdk-0.10.3
|
||||
- ZEPHYR_SDK_INSTALL_DIR=/opt/sdk/zephyr-sdk-0.11.0
|
||||
- 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.0
|
||||
image_tag: v0.11.1
|
||||
pull: true
|
||||
options: "-e HOME=/home/buildslave --privileged=true --tty --net=bridge --user buildslave"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue