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
Support a native library build for arm64. It must supply binaries for amd64 and arm64 and load the required library at startup.
At the moment the problem is that when trying to use gradle with qemu an error Unsupported setsockopt level=0 optname=49 occurs
Unsupported setsockopt level=0 optname=49
The text was updated successfully, but these errors were encountered:
@ikorennoy .. Maybe worth re-testing this with a newer version of Linux:
oracle/graal#4143
Sorry, something went wrong.
ikorennoy
No branches or pull requests
Support a native library build for arm64. It must supply binaries for amd64 and arm64 and load the required library at startup.
At the moment the problem is that when trying to use gradle with qemu an error
Unsupported setsockopt level=0 optname=49
occursThe text was updated successfully, but these errors were encountered: