alpinelinux / alpine-chroot-install

Install Alpine Linux in chroot with a breeze. Build ARM on Travis CI or any other x86_64 CI.
MIT License
290 stars 59 forks source link

Use qemu-user-static from Ubuntu 17.10 #5

Closed DDoSolitary closed 6 years ago

DDoSolitary commented 6 years ago

abuild related binaries (e.g. abuild-fetch) crash on ppc64le with qemu-user-static from Ubuntu 17.04. It says: qemu: uncaught target signal 11 (Segmentation fault) - core dumped. But after changing QEMU_UBUNTU_REL to artful, things work well. The above tests are done on Travis CI.

BTW, the documentation of -a option doens't mention the s390x architecture, which is also supported by Alpine Linux. Is it unsupported here, or you just forgot to add it?

Thanks!