-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Define ip_mreqn on all Linux platforms #2642
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? @Amanieu (rust-highfive has picked a reviewer for you, use r? to override) |
@bors r+ |
📌 Commit e1eeade has been approved by |
Define ip_mreqn on all Linux platforms Closes #1558.
💔 Test failed - checks-actions |
Where can I see the failure details? |
The failure details are here: https://github.com/rust-lang/libc/runs/4908786386?check_suite_focus=true It seems like passing ip_mreqn by value is somehow corrupting the value on sparc64. @JohnTitor Do you have any idea what could be causing this? I'm stumped. |
@Amanieu I've suppressed this test on sparc64 for now; can I get another try run? |
@bors r+ |
📌 Commit da84eef has been approved by |
Define ip_mreqn on all Linux platforms Updates #1558.
💔 Test failed - checks-actions |
This failure looks unrelated (and strange):
https://github.com/rust-lang/libc/runs/4915659168?check_suite_focus=true Can we retry? |
@bors retry |
☀️ Test successful - checks-actions, checks-cirrus-freebsd-11, checks-cirrus-freebsd-12, checks-cirrus-freebsd-13 |
Updates #1558.