Skip to content

Commit c3082fe

Browse files
committed
ci: update docker image and deps
Signed-off-by: Anas Nashif <[email protected]>
1 parent ac67011 commit c3082fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.shippable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ build:
2121
- ${SHIPPABLE_BUILD_DIR}/sources
2222
pre_ci_boot:
2323
image_name: zephyrprojectrtos/ci
24-
image_tag: v0.3
24+
image_tag: v0.4-rc7
2525
pull: true
2626
options: "-e HOME=/home/buildslave --privileged=true --tty --net=bridge --user buildslave"
2727

2828
ci:
2929
- ccache -s
30-
- sudo apt-get install -y gawk wget git-core diffstat unzip texinfo gcc-multilib build-essential
30+
- sudo apt-get install -y gawk wget git-core diffstat unzip texinfo gcc-multilib build-essential libtool-bin
3131
- sudo apt-get install -y libreadline-dev gperf flex bison libncurses5-dev texinfo help2man
3232
- unset CC
3333
- ./go.sh ${TARGET}

0 commit comments

Comments
 (0)