-
Notifications
You must be signed in to change notification settings - Fork 1k
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
android: Add kernel/uapi/linux/neighbour.h constants #3278
android: Add kernel/uapi/linux/neighbour.h constants #3278
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @JohnTitor (or someone else) soon. Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@bors r+ |
…eighbour, r=JohnTitor android: Add kernel/uapi/linux/neighbour.h constants Introduce Android constants defined in https://android.googlesource.com/platform/bionic/+/refs/heads/master/libc/kernel/uapi/linux/neighbour.h
💔 Test failed - checks-cirrus-freebsd-14 |
Hi, |
Yeah, let's see if it's now fixed, @bors retry |
…eighbour, r=JohnTitor android: Add kernel/uapi/linux/neighbour.h constants Introduce Android constants defined in https://android.googlesource.com/platform/bionic/+/refs/heads/master/libc/kernel/uapi/linux/neighbour.h
💔 Test failed - checks-actions |
s390x CI needs a tweak, let me fix. |
@bors retry |
…eighbour, r=JohnTitor android: Add kernel/uapi/linux/neighbour.h constants Introduce Android constants defined in https://android.googlesource.com/platform/bionic/+/refs/heads/master/libc/kernel/uapi/linux/neighbour.h
💔 Test failed - checks-actions |
It looks to me like some of the definitions are too new for the test setup 😅
For starters I could reduce the scope of the changes to cover the testable ones and further on we could see what could be done to widen the test scope, if you agree? |
You can ignore tests for newer items, see Line 1743 in 1e8943d
A fixme comment describing available version(s) would be helpful when upgrading CI toolchains :) |
Thank you, hopefully this should do. When it comes to NDK versions listed under |
Thanks! @bors r+ |
☀️ Test successful - checks-actions, checks-cirrus-freebsd-12, checks-cirrus-freebsd-13, checks-cirrus-freebsd-14 |
Introduce Android constants defined in https://android.googlesource.com/platform/bionic/+/refs/heads/master/libc/kernel/uapi/linux/neighbour.h