-
Notifications
You must be signed in to change notification settings - Fork 37
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 build #81
Comments
Also need to adjust target dir to root |
I didn't notice that the previous CI also don't pass but the error is not caught (so it passed)
I am still figuring this out |
Thanks @oskarth and @vivianjeng -- I managed to resolve the issue by adding a .cargo/config.toml file specifying the exact clang linker to be used, as follows
Separately, in line 97 of |
Thank you @ethzanity |
I guess we can close this issue now |
Problem
Currently Android CI build doesn't work. Some users have reported similar problems locally.
Details
User report
Failing CI
Latest working
Other notes
One difference between build_ios and build_android is:
in build_ios, perhaps this leads to different behavior when building for android in some circumstances? With the new toml config format.
Acceptance criteria
Android build works locally and on CI.
The text was updated successfully, but these errors were encountered: