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

Bump sbt so it work on ARM-based Mac #77

Merged
merged 1 commit into from
Apr 20, 2024

Conversation

exoego
Copy link
Contributor

@exoego exoego commented Apr 19, 2024

sbt does not boot up on this repo on ARM-based Mac (M1, M2, and M3) since sbt version 1.4.4 does not support them
sbt/sbt#6619

[error] [launcher] error during sbt launcher: java.lang.UnsatisfiedLinkError: /Users/exoego/Library/Caches/JNA/temp/jna6324089378985108447.tmp: dlopen(/Users/exoego/Library/Caches/JNA/temp/jna6324089378985108447.tmp, 0x0001): tried: '/Users/exoego/Library/Caches/JNA/temp/jna6324089378985108447.tmp' (fat file, but missing compatible architecture (have 'i386,x86_64', need 'arm64e' or 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/Users/exoego/Library/Caches/JNA/temp/jna6324089378985108447.tmp' (no such file), '/Users/exoego/Library/Caches/JNA/temp/jna6324089378985108447.tmp' (fat file, but missing compatible architecture (have 'i386,x86_64', need 'arm64e' or 'arm64'))

Copy link
Member

@ckipp01 ckipp01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @exoego. As you can tell this repo is sort of unmaintained at the moment, so hopefully this will further allow people to work on it. I see windows stuff is still failing, but it was failing before this PR, so I have no issues merging as is.

@ckipp01 ckipp01 merged commit 2f38bcd into scalameta:main Apr 20, 2024
4 of 7 checks passed
@exoego exoego deleted the bump-sbt-to-support-m1-mac branch April 20, 2024 10:07
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.

2 participants