Skip to content

Commit 5fc31b8

Browse files
nashifAnas Nashif
authored andcommitted
ci: use 0.9.1 SDK
This change moves to a project specific container with the latest SDK which adds support for xtensa HALs. Signed-off-by: Anas Nashif <[email protected]>
1 parent 36c0fdd commit 5fc31b8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.shippable.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ compiler: gcc
44

55
env:
66
global:
7-
- SDK=0.9
7+
- SDK=0.9.1
88
- SANITYCHECK_OPTIONS=" --inline-logs -R"
99
- SANITYCHECK_OPTIONS_RETRY="${SANITYCHECK_OPTIONS} --only-failed --outdir=out-2nd-pass"
10-
- ZEPHYR_SDK_INSTALL_DIR=/opt/sdk/zephyr-sdk-0.9
10+
- ZEPHYR_SDK_INSTALL_DIR=/opt/sdk/zephyr-sdk-0.9.1
1111
- ZEPHYR_GCC_VARIANT=zephyr
1212
- USE_CCACHE=1
1313
- MATRIX_BUILDS="2"
@@ -20,8 +20,8 @@ build:
2020
cache_dir_list:
2121
- ${SHIPPABLE_BUILD_DIR}/ccache
2222
pre_ci_boot:
23-
image_name: nashif/zephyr
24-
image_tag: master.6
23+
image_name: zephyrprojectrtos/ci
24+
image_tag: master.15
2525
pull: true
2626
options: "-e HOME=/home/buildslave --privileged=true --tty --net=bridge --user buildslave"
2727

@@ -49,6 +49,7 @@ build:
4949
echo "Building a Pull Request";
5050
echo "- Building Documentation";
5151
echo "Commit range:" ${COMMIT_RANGE}
52+
sudo pip install sphinx==1.5.5
5253
make htmldocs > doc.log 2>&1;
5354
./scripts/filter-known-issues.py --config-dir .known-issues/doc/ doc.log > doc.warnings;
5455
if [ -s doc.warnings ]; then

0 commit comments

Comments
 (0)