-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add missing constants for Android #3536
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
r? @JohnTitor (rustbot has picked a reviewer for you, use r? to override) |
Sorry but could you rebase onto main? We're in the middle of the merge queue migration and the CI config of the base branch here doesn't trigger full CI (enqueueing also doesn't currently). |
8233074
to
1143a8d
Compare
No problem, done! |
Thanks! Now CI on PRs will be triggered by every push, could you make it green? |
Oh that's convenient! Will make it much easier for you. Thanks for telling me. :) |
1143a8d
to
589285e
Compare
Just like for linux, it's weird it doesn't find them as they're all present in include/linux/sched.h. Oh well. |
589285e
to
9bddac4
Compare
Maybe it's related that our Android SDK/NDK is too old 🤔(I tried to update but it's quite complex and it hasn't been still a thing: #3439) |
These constants are also available in Android (but not emscripten).
This is a follow-up of #3515.
CI might fail a few times before I figure out if I need to ignore these new constants in the tests or not...