Open mknoszlig opened 2 years ago
Note: build uses the older graalvm version
curl -O -sL https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-21.3.0/graalvm-ce-java11-linux-amd64-21.3.0.tar.gz
Don't know. You can try this locally first with GraalVM 17?
Also, upgrade to 22.0.0.2 while you're at it :)
classes appear to get picked up correctly, I'm still tracking a NPE that I'm just seeing running on GraalVM but not when running on JVM as described above.
will also update generate_circleci.clj
to 22.0.0.2.
This is a minimal request for comments implementation for #53
i've tested so far using the following code (using a vanilla mysql install):
Is there anything I need to consider for the native build (aside from using the correct graalvm version)? Will the java classes get picked up correctly?