-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Aborting stand-alone image build due to unsupported features #2420
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
Comments
encounter same issue here. A simple hello-world in scala-2.13.2 will reproduce the same issue (I haven't tested other version of scala.): object Main extends App {
println("Hello, World!")
}
|
@madper Just tested it. 2.12.11 works fine but 2.13.2 does not. |
Can you try executing with |
Can also confirm with @razem-io, downgrading works, it doesn't work with 2.13.x |
Similar happened on my side too. I'm using the SBT plugin, and executing
SBT version is
Then I added
Then I added
|
However, it doesn't work for me on |
The underlying issue here is incomplete |
Describe the issue
A clear and concise description of the issue. We recommend using the latest snapshot builds to replicate the issue as bugs are constantly being fixed in the master branch
Steps to reproduce the issue
Please include both build steps as well as run steps
Describe GraalVM and your environment:
java -version
More details
Consider adding the
--native-image-info
and--verbose
flags when building your native image and paste output below.Add any other information about the problem here. Especially important are stack traces or log output. Feel free to link to gists or to screenshots if necessary.
native-image --verbose -jar halo-1.3.2.jar halo -H:+ReportExceptionStackTraces
The text was updated successfully, but these errors were encountered: