8000 [1.8.x] Fixes M1 support by eed3si9n · Pull Request #7121 · sbt/sbt · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[1.8.x] Fixes M1 support #7121

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

Merged
merged 1 commit into from
Jan 4, 2023
Merged

[1.8.x] Fixes M1 support #7121

merged 1 commit into from
Jan 4, 2023

Conversation

eed3si9n
Copy link
Member
@eed3si9n eed3si9n commented Jan 4, 2023

This is a backport of #7120

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:49
@eed3si9n eed3si9n merged commit 9e2032b into sbt:1.8.x Jan 4, 2023
@eed3si9n eed3si9n deleted the bport/7120 branch January 4, 2023 21:30
@@ -26,7 +26,7 @@ object Dependencies {
val launcherInterface = "org.scala-sbt" % "launcher-interface" % launcherVersion
val rawLauncher = "org.scala-sbt" % "launcher" % launcherVersion
val testInterface = "org.scala-sbt" % "test-interface" % "1.0"
val ipcSocket = "org.scala-sbt.ipcsocket" % "ipcsocket" % "1.6.1"
val ipcSocket = "org.scala-sbt.ipcsocket" % "ipcsocket" % "1.6.2"
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

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
0