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

Fixes M1 support #7120

Merged
merged 1 commit into from
Jan 4, 2023
Merged

Fixes M1 support #7120

merged 1 commit into from
Jan 4, 2023

Conversation

eed3si9n
Copy link
Member

@eed3si9n eed3si9n commented Jan 4, 2023

Fixes #7117

Problem

sbt no longer works on a Mac with M1 (aarch64) chips because it fails on ipcsocket library, which we maintain.
This was caused by architecture detection that was added in 1.6.1, which did not take in account for macOS universal binary.

Solution

Update to ipcsocket 1.6.2.

Fixes sbt#7117

Problem
-------
sbt no longer works on a Mac with M1 (aarch64) chips because it fails on
ipcsocket library, which we maintain.
This was caused by architecture detection that was added in 1.6.1,
which did not take in account for macOS universal binary.

Solution
--------
Update to ipcsocket 1.6.2.
@eed3si9n eed3si9n marked this pull request as ready for review January 4, 2023 20:47
@eed3si9n eed3si9n merged commit 3257a48 into sbt:1.9.x Jan 4, 2023
@eed3si9n eed3si9n deleted the wip/m1 branch January 4, 2023 21:57
@eed3si9n eed3si9n added this to the 1.8.2 milestone Jan 4, 2023
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.

A NoClassDefFoundError exception is raised in sbt 1.8.1 on M1
2 participants