-
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
Fix tests on FreeBSD x86 #3948
Merged
Merged
Fix tests on FreeBSD x86 #3948
Commits on Oct 15, 2024
-
Fix the definition of mc_fpstate on FreeBSD x86
The definition added in b811b70 was technically wrong even though the type size was correct. It was probably defined this way because earlier versions of Rust had difficulty with fixed-size arrays of size greater than 32. This change is necessary for CI to pass on x86 FreeBSD. https://github.com/freebsd/freebsd-src/blob/main/sys/x86/include/ucontext.h
Configuration menu - View commit details
-
Copy full SHA for ad2d864 - Browse repository at this point
Copy the full SHA ad2d864View commit details -
Configuration menu - View commit details
-
Copy full SHA for 908fc71 - Browse repository at this point
Copy the full SHA 908fc71View commit details -
Fix the definition of domainset_t in 32-bit FreeBSD
It's always had the wrong size, but apparently never been tested on 32-bit FreeBSD. In addition to fixing its size, it ought to be moved info freebsd/mod.rs . Otherwise it's pretty much inaccessible to everyone. https://github.com/freebsd/freebsd-src/blob/main/sys/sys/_domainset.h
Configuration menu - View commit details
-
Copy full SHA for 19d213d - Browse repository at this point
Copy the full SHA 19d213dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60cf16d - Browse repository at this point
Copy the full SHA 60cf16dView commit details -
Configuration menu - View commit details
-
Copy full SHA for cfbc120 - Browse repository at this point
Copy the full SHA cfbc120View commit details -
Fix definition of clock_t on FreeBSD x86, powerpc, powerpc64, and arm.
https://github.com/freebsd/freebsd-src/blob/main/sys/arm/include/_types.h https://github.com/freebsd/freebsd-src/blob/main/sys/arm64/include/_types.h https://github.com/freebsd/freebsd-src/blob/main/sys/powerpc/include/_types.h https://github.com/freebsd/freebsd-src/blob/main/sys/riscv/include/_types.h https://github.com/freebsd/freebsd-src/blob/main/sys/x86/include/_types.h
Configuration menu - View commit details
-
Copy full SHA for 6605f08 - Browse repository at this point
Copy the full SHA 6605f08View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2b8b8f - Browse repository at this point
Copy the full SHA f2b8b8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b6cab8 - Browse repository at this point
Copy the full SHA 0b6cab8View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.