You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 12, 2018. It is now read-only.
Compiling tokio-threadpool v0.1.4
error[E0308]: mismatched types
--> /Users/emilytoop/.cargo/registry/src/6github.com-1ecc6299db9ec823/mio-0.6.14/src/sys/unix/uds.rs:144:33
|
144 | len_i32))?;
| ^^^^^^^ expected u32, found i32
'+fp' is not a recognized feature for this target (ignoring feature)
'+fp' is not a recognized feature for this target (ignoring feature)
Compiling mentat v0.7.0 (file:///Users/emilytoop/Development/mentat)
error: aborting due to previous error
For more information about this error, try `rustc --explain E0308`.
error: Could not compile `mio`.
warning: build failed, waiting for other jobs to finish...
error: build failed
It looks like a dependecy we have does not support arm64
The text was updated successfully, but these errors were encountered:
Running
cargo build -p mentat_ffi --target aarch64-linux-android --release
returns an errorIt looks like a dependecy we have does not support
arm64
The text was updated successfully, but these errors were encountered: