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

uucore: Fix #4298: Fails to build on s390x (and riscv64) #4299

Merged

Conversation

Joining7943
Copy link
Contributor

I ran the builds locally with cross without the errors occurring in the failed builds here https://buildd.debian.org/status/logs.php?pkg=rust-coreutils&ver=0.0.17-1

The commands I used were:

$ cross build --target s390x-unknown-linux-gnu --features unix
$ cross build --target riscv64gc-unknown-linux-gnu --features unix

Closes #4298

@sylvestre
Copy link
Sponsor Contributor

@sylvestre sylvestre merged commit dce8a02 into uutils:main Jan 24, 2023
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.

Fails to build on s390x with error[E0308]: mismatched types
2 participants