mirror of https://github.com/openwrt/docker.git
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
parent
2176ce8311
commit
0b66aeac08
|
@ -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*
|
||||
|
|
Loading…
Reference in New Issue