On Sat, Oct 10, 2020 at 05:13:23PM +0800, Xiao Shenwei wrote:
On Sat, Oct 10, 2020 at 04:28:09PM +0800, Wu Fengguang wrote:
On Sat, Oct 10, 2020 at 10:04:18AM +0800, Xiao Shenwei wrote:
- -v /usr/bin/busybox:/usr/bin/busybox
It seems there is no 'busybox' in 'z9'.
right, i will send another patch to get the file,
on debian conatiner: apt-get install -y busybox,
Just installed in z9. And sent a patch to install it in sparrow.
then copy it to host
I just send a patch to add it in
distro/depends/multi-docker
i have some question. like multi-qemu will run simplify-ci, it will clone our compass-ci code by git then distro/depends/simplify-ci will need git this script will call sparrow then install our env,
for multi-docker, it's still the same way, like docker.io, ruby xxx this package will install by sparrow.
so, also need build the cgz file?
Good point. Then we don't need distro/depends/multi-docker since it's already covered by sparrow install script.
I'll remove the depends patch.
Thanks, Fengguang