-
Notifications
You must be signed in to change notification settings - Fork 22
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 support for Windows and Java 11 #9
Conversation
Getting this error message on Windows
I'm not sure how to proceed, any help would be appreciated! |
3afacfe
to
09e5782
Compare
After ~10 different attempts to get native-image working on Windows I gave up on automatic GraalVM installation. Nothing changes for Linux or macOS users but Windows users will need to pre-install |
Can somebody with a Windows computer confirm the following auto-generated binary works? https://github.com/scalameta/sbt-native-image/suites/1162040324/artifacts/16850330 |
This commits moves to using `gu install native-image` instead of `coursier launch --jvm graalvm svm`. The second approach doesn't appear to work well with Java 11.
Looks like it's possible after all to support automatic installation on Windows \o/ This allows the GitHub Actions workflow configuration to build binaries for Windows+macOS+Linux in a single matrix 😎 |
Fixes #8
Fixes #7