graalvm 2023-11-07

Has anyone seen an error like this before?

com.oracle.svm.hosted.NativeImageClassLoader @617faa95 tried to define prohibited package name: java.net.http

I don't know what the root cause was there, but switching to -jar fixed it^

separate issue though - is there a way to get github actions to build an exe with native image that works with m1 macs? This is my current config https://github.com/bowbahdoe/jresolve-cli/blob/main/.github/workflows/buildexe.yml (windows is broken, but i think i'll figure that out)

No, GHA doesn't have aarch64 support

yeah, no free support like cirrus

👍 1

what is cirrus?

babashka etc use it to build for m1 / aarch64

well, anyways