qpdb / mentat

A persistent, relational store inspired by Datomic and DataScript.
https://mentat.rs/
Apache License 2.0
52 stars 2 forks source link

arm64 Android build target failing #280

Open gburd opened 4 years ago

gburd commented 4 years ago

Running cargo build -p mentat_ffi --target aarch64-linux-android --release returns an error

Compiling tokio-threadpool v0.1.4
error[E0308]: mismatched types
   --> /Users/emilytoop/.cargo/registry/src/github.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