ci: Move to using SDK 0.10.0
Change over to ci image 0.6.3 to get released SDK 0.10.0 Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
ac908b8fcf
commit
0def7cc9cc
1 changed files with 3 additions and 3 deletions
|
@ -4,8 +4,8 @@ compiler: gcc
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- SDK=0.9.5
|
- SDK=0.10.0
|
||||||
- ZEPHYR_SDK_INSTALL_DIR=/opt/sdk/zephyr-sdk-0.9.5
|
- ZEPHYR_SDK_INSTALL_DIR=/opt/sdk/zephyr-sdk-0.10.0
|
||||||
- ZEPHYR_TOOLCHAIN_VARIANT=zephyr
|
- ZEPHYR_TOOLCHAIN_VARIANT=zephyr
|
||||||
- MATRIX_BUILDS="5"
|
- MATRIX_BUILDS="5"
|
||||||
matrix:
|
matrix:
|
||||||
|
@ -21,7 +21,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.6.1
|
image_tag: v0.6.3
|
||||||
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"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue