-
Notifications
You must be signed in to change notification settings - Fork 260
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
Build for iOS (aarch64-apple-ios) is broken #4416
Comments
Seems like neon might not be available on all arm64 platforms, according to the blake3 documentation https://docs.rs/blake3/latest/blake3/ |
Hi @zzorba , looks like this is a blake3 build issue. I've added a ticket here as well: |
For what it's worth, we at Element are building the aarch64-ios SDK with optimizations, as it seems to trigger dead code elimination, and remove usage of this symbol. It's an unfortunate workaround, and we'd be super happy to have a better fix for this, in case any of you has a better understanding of the issue or idea :) |
Hello.
It seems I cannot build the SDK for aarch64-apple-ios.
I've added a pipeline to demonstrate this here:
https://github.com/olliiiver/matrix-rust-sdk-build/actions/runs/12320983696/job/34391426770
The error message is:
How can this be fixed?
The text was updated successfully, but these errors were encountered: