Fork me on GitHub
#graalvm-mobile
<
2022-05-23
>
borkdude12:05:58

@smith.adriane If you're interested, I got a conversation here with someone who made this work: https://graalvm.slack.com/archives/CN9KSFB40/p1653139823437649

borkdude13:05:38

So I guess we could re-use grease to compile m1 binaries via the ios target

borkdude15:05:40

But probably not worth the hassle

phronmophobic17:05:45

@borkdude, I did check out the graalvm thread you linked. It was quite a trip.

phronmophobic18:05:45

It does seem like the thread came to a similar conclusion. It's possible to cross-compile, but it's probably just easier to wait until github actions support m1.

phronmophobic18:05:03

I do think it would be interesting to better understand the cross-compilation pipeline. llvm has a bunch of targets (like wasm) that could be interesting.