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

Get module tests passing for s390x-linux and add it to CI #21578

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

alexrp
Copy link
Member

@alexrp alexrp commented Oct 3, 2024

Depends on #21037 to produce working s390x-linux-gnu binaries; s390x-linux-none and s390x-linux-musl work regardless.

ref: #21402

For whatever asinine reason, this particular syscall needs its arguments packed
into an array rather than passing them the normal way.
On s390x-linux, fstat() does not have nanosecond precision, but fstatat() does.
As a result, comparing Stat structs returned from these syscalls is doomed to
fail.
@alexrp alexrp enabled auto-merge October 3, 2024 20:07
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.

1 participant