We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is because client/disk/disk.go uses Dup2 which is not available on arm64 - see golang/go#11981
client/disk/disk.go
Dup2
Possibly Dup3 can be used instead, not sure though.
Dup3
See also https://buildd.debian.org/status/package.php?p=pond&suite=experimental
The text was updated successfully, but these errors were encountered:
Appears dup3 could work.
dup3
Interesting Android does not have this issue : #119
Sorry, something went wrong.
No branches or pull requests
This is because
client/disk/disk.go
usesDup2
which is not available on arm64 - see golang/go#11981Possibly
Dup3
can be used instead, not sure though.See also https://buildd.debian.org/status/package.php?p=pond&suite=experimental
The text was updated successfully, but these errors were encountered: