-
Notifications
You must be signed in to change notification settings - Fork 17
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
sbt-sassify broken on Apple Silicon M1 + Big Sur #48
Comments
for what it's worth, I uninstalled
also tried zulu
but still have the same issue |
apparently Apple Silicon support was added in JNA 5.7.0 |
JNA 5.7.0 doesn't seem to fix the problem... |
@mariussoutier the native library being invoked probably only supports intel architecture. I suspect when JNA loads the library, it doesn't pass through a rosetta layer |
With Azul JDK 11.0.10 I no longer have any JNA problems. |
Unfortunately with Azul JDK 8.52.0.23, this is still a problem 😢 |
Unfortunately, I do not have an M1 mac to test this with. I'll see what I can do to use the javascript version of dart-sass (which should be the reference implementation anyways) this weekend. |
I traced this back to JNA 5.5.0 being packaged with the sbt launcher, and overriding the JNA version in the build.sbt for the app doesn't help. The JNA 5.5.0 dependency comes from |
I'm seeing a JNA library loading issue on my MacBookAir with Apple Silicon (M1) + Big Sur.
Here is my full setup:
/opt/homebrew/Cellar/openjdk@11/11.0.9/libexec/openjdk.jdk/Contents/Home
)Here's the full stack trace when running
last sassify
Note: I'm seeing a similar issue with the directory-watcher used by play-file-watcher.
Other related issues:
The text was updated successfully, but these errors were encountered: