-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Implement utmpx.h itens for NetBSD #1576
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? @gnzlbg (rust_highfive has picked a reviewer for you, use r? to override) |
The fails seems not to be related my code changes |
@bors: r+ |
📌 Commit e8106bd has been approved by |
☔ The latest upstream changes (presumably #1586) made this pull request unmergeable. Please resolve the merge conflicts. |
@gnzlbg Do I have to resolve the merge comflicts or the moderators or libc that does that? |
Need to fix formatting. |
Looks like it was a error that |
@bors: r+ |
📌 Commit 40f9253 has been approved by |
Implement utmpx.h itens for NetBSD This PR partially closes #1534 If add the constants, structs and and extra traid implmentation
Linux builds failed on CI, dunno why |
💔 Test failed - status-azure |
You are trying to use PartialEq or Debug for arrays with more than 32 elements in your manual implementations, but these impls do not exist. You already are doing the "iterator workaround" for one of the fields, I think you just need to apply it to others. |
I did a |
What failed? |
The network failed. @bors: retry |
@bors: r+ |
📌 Commit 5d3c5b9 has been approved by |
Implement utmpx.h itens for NetBSD This PR partially closes #1534 If add the constants, structs and and extra traid implmentation
💔 Test failed - status-azure |
@bors: retry |
Implement utmpx.h itens for NetBSD This PR partially closes #1534 If add the constants, structs and and extra traid implmentation
💔 Test failed - status-azure |
Can we test again? |
@bors: retry |
Implement utmpx.h itens for NetBSD This PR partially closes #1534 If add the constants, structs and and extra traid implmentation
💔 Test failed - status-azure |
I don't known why macOS build fails |
Looks spurious. @bors: r+ |
📌 Commit 6fffc16 has been approved by |
Implement utmpx.h itens for NetBSD This PR partially closes #1534 If add the constants, structs and and extra traid implmentation
💔 Test failed - status-azure |
@bors: retry |
Implement utmpx.h itens for NetBSD This PR partially closes #1534 If add the constants, structs and and extra traid implmentation
☀️ Test successful - checks-cirrus-freebsd-10, checks-cirrus-freebsd-11, checks-cirrus-freebsd-12, status-azure |
This PR partially closes #1534
If add the constants, structs and and extra traid implmentation