Open vitiral opened 7 years ago
it looks like this is an issue with travis, but the "distro: trusty" flag isn't working anymore.
probably related to this issue
"qemu: Unsupported syscall: 278"
That's a new one. I've seen plenty of "qemu: Unsupported syscall: 384" before but that one doesn't cause problems AFAICT.
Something that should help is using a newer QEMU release. But you'll have to either compile it yourself (slow) or use e.g. Ubuntu 16.04 inside a Docker container. The problem with the latter is that it also bumps your binary glibc requirement (>=2.21 I think) for this target.
I am unsure if I am doing something wrong here or if there is some weird dependency issue going on, but I am getting
qemu: Unsupported syscall: 278
forci/script.sh
It is happening in my project for commit: https://github.com/vitiral/rst/commit/5de9cefd88363de2b5fea7d92a2ae25a050606f9
Here are the relevant travis logs, any help would be appreciated: