sdk: run syncs and sleeps between IO intense steps

This tries to fix failing CIs when files are not found which should have
been there.

Signed-off-by: Paul Spooren <mail@aparcar.org>
pull/57/head
Paul Spooren 2020-05-20 11:18:27 -10:00
parent 2176ce8311
commit 0b66aeac08
1 changed files with 4 additions and 0 deletions

View File

@ -29,5 +29,9 @@ test-sdk:
- make defconfig
- ./scripts/feeds update base
- ./scripts/feeds install busybox
- sync
- sleep 1
- make package/busybox/compile V=s
- sync
- sleep 1
- ls ./bin/packages/x86_64/base/busybox*