-
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
linux: add rtnetlink ifinfomsg attribute enumerals #3051
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. |
Updated to use c_int. The kernel declares these symbols within enums (if.h) without specifying specific values, so it seems unlikely they'll exceed u8::MAX. I think the compiler has some liberty to determine the underlying size of integer to use, but c_int is more consistent with the other symbols in this file. Thanks for the review |
Thanks! @bors r+ |
linux: add rtnetlink ifinfomsg attribute enumerals
💥 Test timed out |
@bors retry |
linux: add rtnetlink ifinfomsg attribute enumerals
💔 Test failed - checks-actions |
@bors r+ |
linux: add rtnetlink ifinfomsg attribute enumerals
💔 Test failed - checks-actions |
Some items need to be excluded on sparc64 test. |
Thank goodness for CI. I Think we've finally got this pull request through the checks. Thanks for your help. |
👍 @bors r+ |
linux: add rtnetlink ifinfomsg attribute enumerals
💔 Test failed - checks-actions |
It looks like the sparc64 target is still failing, but I can't tell from the logs what's wrong. Do you have any suggestions? |
It's a timeout failure, so @bors retry |
☀️ Test successful - checks-actions, checks-cirrus-freebsd-12, checks-cirrus-freebsd-13, checks-cirrus-freebsd-14 |
No description provided.