Jun Aruga

Results 254 comments of Jun Aruga

> python_template_version is not really needed, instead please add a "profile=20.05" I missed this comment. I will fix it.

> I missed this comment. I will fix it. Rebased and squashed with 1 commit now.

> can you please also add a .shed.yml file? Thanks. Thanks for the review! OK. I will do it and things you mentioned maybe in a few weeks.

HI @zhangyoufu Thank you for showing the suggestion and the example with GitHub Actions. Currently, there are following some documents about the images with (Travis) CI. How can we improve...

@mayeut sorry for late response. Can you try to run `docker run --rm --privileged multiarch/qemu-user-static --reset -p yes` to run standard mips/mipsel container images? `multiarch/*` images are not required any...

> This will cause :register --reset -p true to fail w/ sh: write error: No such file or directory is this the expected behavior? Yes, that is the expected behavior....

Have you read `README.md` - Usage ? It might be helpful. https://github.com/multiarch/qemu-user-static#usage

What is the host OS? Ubuntu? I am not sure about the issue. https://stackoverflow.com/questions/44678725/cannot-connect-to-the-docker-daemon-at-unix-var-run-docker-sock-is-the-docker The `docker run --rm --privileged multiarch/qemu-user-static --reset -p yes` installs the following files with `flags: F`....

> Contents of this file are Sure, this is expected one. > I cannot do without QEMU in the environment I meant if you use Travis CI's s390x native host...

@umarcor thanks for the sharing! How are you building the each host arch's `aptman/qus` container image? Because Travis CI is x86_64 host. Maybe is it executed through the [.travis.yml](https://github.com/dbhi/qus/blob/master/.travis.yml) pipe...