-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix android ci #825
Fix android ci #825
Conversation
Tested locally (arm), let's see for the others archs. |
@bors: r+ p=1 Awesome, thanks so much! |
📌 Commit a9115d5 has been approved by |
💔 Test failed - status-travis |
@bors: retry |
💔 Test failed - status-travis |
I think the emulator for i686 does not run anymore without hardware acceleration...
I tried to run i686 tests like the x86_64 tests (without the emulator), but I get an error:
The same I got when adding android testing support to cross. A partial solution was run the tests with qemu-i386, but it needs a patched qemu. What we do now? |
Hmm that's unfortunate :( Is hardware acceleration something that needs lots of privs in the cloud? (Aka we will never be able to do this bare on Travis) If so maybe we should just remove the tests for now? |
@bors: r+ Ok I've pushed a commit to disable it for now, but we can of course reenable if we can get it working again! |
📌 Commit 8617317 has been approved by |
💔 Test failed - status-travis |
@bors: retry |
☀️ Test successful - status-appveyor, status-travis |
No description provided.