-
Notifications
You must be signed in to change notification settings - Fork 33
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
Does not build on MIPS and ARMv5 #54
Comments
Looks like crossbeam doesn't expose those functions when the target doesn't support 64 bit atomics https://docs.rs/crossbeam-utils/0.8.5/src/crossbeam_utils/atomic/atomic_cell.rs.html#540 |
Using Ultimately, though, I'm not sure providing MIPS support is scalable unless someone is willing to figure out a way to actually run the tests against a MIPS platform, somehow, and submit a PR to do so under CI. I don't use or have a MIPS system. |
I'll cut a new release with #55 in it later today. |
fwiw, this was a bug/regression of crossbeam-utils, and fixed in crossbeam-utils 0.8.6 (crossbeam-rs/crossbeam#767). |
@taiki-e Nice, good to know. 👍🏻 |
MIPS issue: #22 (comment) , MIPS seems work before #52
ARMv5(armv5te-unknown-linux-musleabi target) has the similar issue
The text was updated successfully, but these errors were encountered: