fitzgen / mach

A rust interface to the Mach 3.0 kernel that underlies OSX.
https://docs.rs/mach
Other
81 stars 28 forks source link

disable ffi and run tests for the ios simulator targets #50

Closed gnzlbg closed 6 years ago

gnzlbg commented 6 years ago

linking and running the ios simulator tests is broken due to some issues upstream like https://github.com/rust-lang/rust/issues/55477 so we cannot check the ABIs nor run the tests anymore, and the only thing we do check is that we cross-compile correctly.