alpinelinux / alpine-chroot-install

Install Alpine Linux in chroot with a breeze. Build ARM on Travis CI or any other x86_64 CI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use qemu-user-static from Ubuntu 17.10

DDoSolitary opened this issue · comments

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!