Skip to content
Discussion options

You must be logged in to vote

Android fulfills the #[cfg(unix)] gate, and conditional compilation gates for features specific to the Linux kernel are specified as #[cfg(any(target_os = "linux", target_os = "android"))] in Interprocess, so it's very explicitly acknowledged as a platform.

There is currently no CI for Android, so it rests firmly in the support by association tier, but Nushell ends up testing Interprocess in its CI for Linux on ARM, so automatic testing is actually being done in practice in some capacity.

There is CI with tests for macOS here in this repo, but not for iOS, so it's in the same support by association tier as Android. There is currently no iOS downstream to my knowledge.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by kotauskas
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants