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: never return arch as aarch64 when running in a 32-bit JVM #1128

Merged
merged 3 commits into from
Jun 20, 2024

Conversation

tyilo
Copy link
Contributor

@tyilo tyilo commented Jun 14, 2024

Fixes #1127

@gotson
Copy link
Collaborator

gotson commented Jun 17, 2024

Seems like this is a sun specific property. Could we use anything else ?

@tyilo
Copy link
Contributor Author

tyilo commented Jun 17, 2024

Seems like this is a sun specific property. Could we use anything else ?

It doesn't seem like it...

@tyilo tyilo requested a review from gotson June 18, 2024 13:50
@gotson gotson changed the title Never return arch as aarch64 when running in a 32-bit JVM fix: never return arch as aarch64 when running in a 32-bit JVM Jun 20, 2024
@gotson gotson merged commit 0c3db0b into xerial:master Jun 20, 2024
24 checks passed
@gotson
Copy link
Collaborator

gotson commented Jun 20, 2024

thanks for the PR

@tyilo tyilo deleted the aarch64-32-bit-jvm branch July 30, 2024 06:39
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.

aarch64 native library is tried to be loaded when using a 32-bit JVM
2 participants