-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
ci: add Android x86_64 #5843
ci: add Android x86_64 #5843
Conversation
GNU testsuite comparison:
|
More failure! |
Unfortunately yes :| |
Do you have an idea why this android build is so unstable? |
I started to look into the problem of why the android build is instable and how to improve. |
I honestly don't know. Maybe you can find some explanation in the PR that introduced the Android CI? |
I think the original reason was that hardware acceleration was only available on macOS VMs: ReactiveCircus/android-emulator-runner#46 . According to ReactiveCircus/android-emulator-runner#46 (comment) this is no longer relevant and so it might be worth to try to switch to Linux. |
it was the same with the freebsd runner (running on mac first), it is now much better :) |
let's take this patch anyway :) |
This PR enables Android x86_64 in the CI/CD as suggested in #5821 and should be merged after it.