-
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
[CI] CI for i686-linux-android is broken #1765
Comments
Skip test on aarch64 due to rust-lang#1765
Consider using a newer toolchain for android. API 23 Functions: API 24 Functions: |
Hm, it's weird. IIUC we use API 24 for arm/aarch64 and API 28 for i686/x86_64, am I missing something? |
Did you recently change the CI? It was using android21 with azure pipelines 12 days ago. |
No. Here's our config for Android NDK: libc/ci/android-install-ndk.sh Lines 5 to 34 in 2d044d9
You mean |
The old build is no longer opening on azure pipelines but I remember it was using aarch64-linux-android21-clang |
I also noticed that it was using |
Where can I find instructions on how to run the CI tests locally, so I can try to debug this without having to push to a PR every time? |
You can run the scripts like CI on your local but I wouldn't recommend it.
|
So, after some debugging, I think rust-lang/cc-rs#495 is the cause. If we set |
Revive `i686-linux-android` CI Fixes #1765
Revive `i686-linux-android` CI Fixes #1765
Revive `i686-linux-android` CI Fixes #1765
Currently, aarch64-unknown-linux-android and i686-linux-android targets are broken.
The logs:
We should investigate the cause and land a fix.
The text was updated successfully, but these errors were encountered: