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

Add aarch64 support to Java bindings for mac and linux #2889

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

cho-m
Copy link

@cho-m cho-m commented Dec 5, 2023

Was working on updating autopsy in Homebrew (Homebrew/homebrew-core#156402) and noticed that it doesn't start up on ARM macOS due to missing NATIVELIBS in sleuthkit JAR even though native libraries are built.

System.getProperty("os.arch") is "aarch64" when tested on ARM macOS and on Docker Linux.


This at least gets past application start up for autopsy but fails to create a new case.

@cho-m cho-m marked this pull request as draft December 5, 2023 18:45
@cho-m cho-m marked this pull request as ready for review December 5, 2023 18:55
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.

None yet

1 participant