-
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
Add FreeBSD 14 CI #2545
Add FreeBSD 14 CI #2545
Conversation
c288212
to
74faaa3
Compare
d65479d
to
ba7b6ff
Compare
60e2360
to
3c483fc
Compare
3c483fc
to
9f350fc
Compare
I'll r+ once rust-lang/homu#160 is merged. |
Well, I guess we don't have to wait for the homu config change as it's still worth checking CI result w/o gating, @bors r+ |
📌 Commit 9f350fc has been approved by |
💔 Test failed - checks-actions |
Hi, hi, hi, timeout! |
@bors p=1 |
☀️ Test successful - checks-actions, checks-cirrus-freebsd-11, checks-cirrus-freebsd-12, checks-cirrus-freebsd-13 |
impl Eq for statfs {} | ||
impl ::fmt::Debug for statfs { | ||
fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { | ||
f.debug_struct("statfs") |
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.
This is missing f_version
, f_type
and f_flags
— is that intentional?
These two messages got accidentally swapped in PR rust-lang#2545
[skip ci] fix typos in comments These two messages got accidentally swapped in PR #2545
These two messages got accidentally swapped in PR rust-lang#2545
Fix typos in comments These two messages got accidentally swapped in PR #2545
r? @ghost