Closed hAh0L13 closed 2 months ago
Hi @hAh0L13!
I didn't tried GraalVM JDK-22 yet, mockingbird is currently built on JDK-21. As for the question - there's a guide for building mockingbird on a local machine, here it is: https://github.com/leviysoft/mockingbird/wiki/Local-backend-development#running-mockinbird-as-a-native-image
Also I must explicitly mention that there are no plans of switching to non-LTS JDK versions.
Closing since docs does exist. Feel free to ask if there will be more questions
Version: main
Expected behavior
Documented, easy-to-reproduce way to build own native-image for mockingbird
Actual behavior
No docs. Try to use GraalVM JDK-22 directly and try to use native-image sbt plugin v0.3.4 Direct use of native-image binary isn't possible - which Class should I use? Or which jar should I use and so. Using plugin resolve this problems, but produce errors -
When I bumped Polyglot version or ignore this error, another error occurs:
Can you provide some docs about building native-image?
@mockingbird/maintainers