Fork me on GitHub
#graalvm
<
2023-11-07
>
emccue15:11:04

Has anyone seen an error like this before?

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

emccue18:11:08

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

emccue18:11:25

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)

borkdude18:11:34

No, GHA doesn't have aarch64 support

borkdude18:11:08

yeah, no free support like cirrus

👍 1
emccue18:11:20

what is cirrus?

borkdude18:11:59

babashka etc use it to build for m1 / aarch64

emccue18:11:26

ah...bummer

emccue18:11:26

well, anyways