neo4j-contrib / sql2cypher

Experimental SQL to Cypher Transpiler using jooq and cypher-dsl
Apache License 2.0
26 stars 1 forks source link

Build native images for the different OSes in the GH release actions? #19

Closed jexp closed 7 months ago

jexp commented 1 year ago

Possibly:

michael-simons commented 1 year ago

arm is only possible on GH with external runners, macOS prohibitive expensive when one picks AWS. For Linux arm I have one.

michael-simons commented 1 year ago

The binaries attached to https://github.com/neo4j-contrib/sql2cypher/releases/tag/early-access are binaries based on jlink, running with a stripped down JVM on the module path. Cross compilation can be achieved here as the compilation only needs the source jvm for the target OS in contrast to GraalVM, that needs it running (and glibc and all of that fancy stuff I have no clue about)