-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Description
I can't build quanta 0.3.1
with mipsel-unknown-linux-musl
target. Should it still build and fallback to OS facilities?
Is there any workaround to use it with metrics-runtime
?
Found this in docs for std::sync::atomic
:
PowerPC and MIPS platforms with 32-bit pointers do not have AtomicU64 or AtomicI64 types.
error[E0432]: unresolved import `std::sync::atomic::AtomicU64`
--> /cargo/registry/src/github.com-1ecc6299db9ec823/quanta-0.3.1/src/lib.rs:51:14
|
51 | atomic::{AtomicU64, Ordering},
| ^^^^^^^^^
| |
| no `AtomicU64` in `sync::atomic`
| help: a similar name exists in the module: `AtomicU8`
error[E0432]: unresolved import `std::sync::atomic::AtomicU64`
--> /cargo/registry/src/github.com-1ecc6299db9ec823/quanta-0.3.1/src/mock.rs:5:18
|
5 | atomic::{AtomicU64, Ordering},
| ^^^^^^^^^
| |
| no `AtomicU64` in `sync::atomic`
| help: a similar name exists in the module: `AtomicU8`
error: aborting due to 2 previous errors
Metadata
Metadata
Assignees
Labels
No labels