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

Fix CI by ignoring rmx_state on Apple platforms #3776

Merged
merged 3 commits into from
Jul 31, 2024

Conversation

joboet
Copy link
Contributor

@joboet joboet commented Jul 18, 2024

rmx_state has been removed in apple-oss-distributions/xnu@94d3b45 (macOS version 14.4) in favour of an expanded rmx_filler field. Just ignore it in CI.

@rustbot
Copy link
Collaborator

rustbot commented Jul 18, 2024

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @JohnTitor (or someone else) some time within the next two weeks.

Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (S-waiting-on-review and S-waiting-on-author) stays updated, invoking these commands when appropriate:

  • @rustbot author: the review is finished, PR author should check the comments and take action accordingly
  • @rustbot review: the author is ready for a review, this PR will be queued again in the reviewer's queue

Copy link
Member

@JohnTitor JohnTitor left a comment

Choose a reason for hiding this comment

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

Thanks!

@JohnTitor JohnTitor added this pull request to the merge queue Jul 28, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jul 28, 2024
@JohnTitor
Copy link
Member

Oh, seems another failure appears.

@joboet
Copy link
Contributor Author

joboet commented Jul 29, 2024

I think that's caused by rust-lang/rust#125834, which changed addr_of!(EXTERN_STATIC) to be safe.

src/wasi.rs Outdated Show resolved Hide resolved
This will make it easier to remove the now-unneeded `unsafe` when we
update MSRV.
@joshtriplett joshtriplett added this pull request to the merge queue Jul 31, 2024
Merged via the queue into rust-lang:libc-0.2 with commit 5588db9 Jul 31, 2024
53 checks passed
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.

5 participants