Skip to content
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 sched_getaffinity and sched_setaffinity on FreeBSD #1804

Merged
merged 1 commit into from Aug 26, 2022

Conversation

rtzoeller
Copy link
Collaborator

No description provided.

@rtzoeller
Copy link
Collaborator Author

@asomers is there a way to define this or only run the tests for this on FreeBSD 13+?

@asomers
Copy link
Member

asomers commented Aug 21, 2022

@asomers is there a way to define this or only run the tests for this on FreeBSD 13+?

Yeah, just guard the tests by #[cfg(fbsd14)]. That's sufficient, since we don't do CI on FreeBSD 13.

Copy link
Member

@asomers asomers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, assuming you fix the test.

@rtzoeller
Copy link
Collaborator Author

bors r=asomers

bors bot added a commit that referenced this pull request Aug 26, 2022
1804: Add sched_getaffinity and sched_setaffinity on FreeBSD r=asomers a=rtzoeller



Co-authored-by: Ryan Zoeller <rtzoeller@rtzoeller.com>
@bors
Copy link
Contributor

bors bot commented Aug 26, 2022

Build failed:

@rtzoeller
Copy link
Collaborator Author

bors retry

@bors bors bot merged commit aa3ee6b into nix-rust:master Aug 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants