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

0.26 fix cpu #7

Closed
wants to merge 4 commits into from
Closed

0.26 fix cpu #7

wants to merge 4 commits into from

Conversation

LykxSassinator
Copy link

No description provided.

wesleywiser and others added 4 commits January 10, 2023 20:51
In a future release of the `libc` crate, `libc::timespec` will contain
private padding fields on `*-linux-musl` targets and so the struct will
no longer be able to be created using the literal initialization syntax.

Update the use of `libc::timespec` to create a value by calling
`std::mem::zeroed()` which works with both current versions of `libc`
as well as the future version which contains that change.
Copy link

ti-chi-bot bot commented Oct 14, 2024

Thanks for your pull request. Before we can look at it, you'll need to add a 'DCO signoff' to your commits.

📝 Please follow instructions in the contributing guide to update your commits with the DCO

Full details of the Developer Certificate of Origin can be found at developercertificate.org.

The list of commits missing DCO signoff:

  • 07bdd62 Update use of libc::timespec to prepare for future libc version
  • b75356b Update CHANGELOG for 0.26.9
  • 9e6661d Update crate version to 0.26.9

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants