-
Notifications
You must be signed in to change notification settings - Fork 272
sha-1 0.9.6 fails to cross build on aarch64-unknown-linux-musl #273
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
Definitely related to #268. I'm not quite sure what's at fault here though... possibly the https://github.com/bminor/musl/blob/4433115/arch/aarch64/bits/hwcap.h#L4 Edit: definitely looks like a problem with the https://github.com/rust-lang/libc/pull/1638/files It looks like a similar PR would be needed to add them here (possibly even copy/paste from the glibc bindings): https://github.com/rust-lang/libc/blob/master/src/unix/linux_like/linux/musl/b64/aarch64/mod.rs It looks like there's even a TODO for it here (although not a GitHub issue, AFAICT): https://github.com/rust-lang/libc/blob/ed1399a/libc-test/semver/TODO-linux.txt In the meantime we can gate CPU feature detection on |
Opened an issue on the I'd say for now stick with |
Thanks for the quick response! I'll keep an eye on that issue. |
@jszwedko I just published Can you try (Sidebar: we should probably add some musl targets to CI) |
@tarcieri this looks great, thanks for the quick fix! |
This appears to work on 0.9.5.
The text was updated successfully, but these errors were encountered: