Stream: beginners

Topic: compiling from source to specific target only


view this post on Zulip hangyas (Jul 30 2026 at 09:58):

I'm trying to build the (new) compiler on gentoo linux, it fails to build the windows binaries, which I don't need anyway. Is there an easy way to limit which binaries are built?

https://github.com/roc-lang/roc/tree/main/src/target#native-development-most-common seems to be what I need, but no mention of how to build the project that way

view this post on Zulip Luke Boswell (Jul 30 2026 at 10:48):

Does zig build roc work for you?


Last updated: Aug 12 2026 at 12:35 UTC