-
Notifications
You must be signed in to change notification settings - Fork 136
cpufeatures no longer builds for aarch64-apple-darwin #596
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
Comments
That's unfortunate. I'm in the middle of moving and still haven't found the box containing my M1 Mac Mini so I have no way to test this right now, and AFAIK short of me manually testing on Apple hardware like that there isn't a CI solution available for macOS/aarch64 right now. @kornelski any ideas? If we can't figure this out I'd suggest reverting #583. |
Sounds good. Will do that for now, and then we can circle back on #583. |
BTW here is an issue which discusses addition of |
FYI there exists https://crates.io/crates/cstr_core |
Yes, but we certainly will not add a dependency just to check if a byte slice ends with zero. :) |
Some thoughts on linking In a non-privileged context, detecting these features at runtime on That said, I think it would be great if we can write So personally I'm reluctant to link |
Thanks for the prompt fix! |
I can no longer build cpufeatures for aarch64-apple-darwin
cargo build --target aarch64-apple-darwin
The text was updated successfully, but these errors were encountered: