Fork me on GitHub
#graalvm
<
2019-08-05
>
rickmoynihan08:08:56

Is there any way with graal to cross compile native binaries for platforms other than the one you’re running on? I’d like to generate binaries for at a minimum linux & macos, windows is less important to me right now, but would still be nice

borkdude08:08:38

@rickmoynihan no, but some CI platforms allow building for MacOS and Linux

borkdude08:08:49

if you're using a Mac, you can also build for Linux in Docker

rickmoynihan08:08:40

yeah I’d been studying (ripping off 🙂) your clj-kondo setup and had seen that’s how you did it… but was wondering if there was an easier way

rickmoynihan08:08:11

also we build on travis just now, and it’s not clear whether you can build on multiple platforms as part of the same build job… it does say you can test on multiple platforms though… so I guess I’ll need to try it to see what’s possible.

borkdude08:08:23

I don't see why not