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
SYS_* constants are of type long in Android
The SYS_* constants should be `c_long` as `syscall` expect a `c_long` as first argument and in Android headers, there is no sign that these constants should be `unsigned long`.
So the compilation targeting ARM Android fails for dependent crates using `syscall`.
marysaka
pushed a commit
to sunriseos/rust
that referenced
this issue
Oct 20, 2019
* Migrate CI to GitHub Actions
This involves less secret and user management than azure pipelines, has
more concurrency by default for repos, and in general has a bit more
modern syntax!
* Disable clippy on CI for now
Looks like it's got quite a few errors
produces
The text was updated successfully, but these errors were encountered: