-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Fix CI on FreeBSD 15 #4488
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
Fix CI on FreeBSD 15 #4488
Conversation
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.
LGTM, CI will fail until #4489. Are you okay to backport this as well?
Backport to the 0.2 branch? Yes, that would be good. |
9860f23
to
86f0913
Compare
I have absolutely no idea why small changes like this make ctest blow up, that library is insufferable and I can't wait until it's gone. I'm going to try to get things "fixed" a bit more before merging this so we don't lose all the FreeBSD CI jobs (#4469) |
86f0913
to
650b7fb
Compare
A recent change has replaced an unused preprocessor symbol: P_UNUSED3 freebsd/freebsd-src@33be163 Another recent change has changed the size of a spare field: mc_spare freebsd/freebsd-src@eea3e4d
650b7fb
to
46b90a8
Compare
I still can't explain why ctest seems to work so poorly on FreeBSD, but it seems bimodal. I think we may as well get this in and try to poke things further from there. We should have the new ctest in another couple of weeks anyway. |
A recent change has replaced an unused preprocessor symbol: P_UNUSED3 freebsd/freebsd-src@33be163 Another recent change has changed the size of a spare field: mc_spare freebsd/freebsd-src@eea3e4d (backport <rust-lang#4488>) (cherry picked from commit 46b90a8)
A recent change has replaced an unused preprocessor symbol: P_UNUSED3 freebsd/freebsd-src@33be163 Another recent change has changed the size of a spare field: mc_spare freebsd/freebsd-src@eea3e4d (backport <#4488>) (cherry picked from commit 46b90a8)
A recent change has replaced an unused preprocessor symbol: P_UNUSED3
freebsd/freebsd-src@33be163
Another recent change has changed the size of a spare field: mc_spare
freebsd/freebsd-src@eea3e4d
Description
Sources
Checklist
libc-test/semver
have been updated*LAST
or*MAX
areincluded (see #3131)
cd libc-test && cargo test --target mytarget
);especially relevant for platforms that may not be checked in CI