Use qemu-user-static from Ubuntu 17.10
DDoSolitary opened this issue · comments
DDoSolitary commented
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!