Stream: platform development

Topic: Building .tar.bz


view this post on Zulip Agus Zubiaga (Mar 25 2023 at 15:23):

How are the .tar.bz bundles for basic-cli created? I'd like to make my own for my fork before my changes gets merged

view this post on Zulip Anton (Mar 25 2023 at 15:35):

Hi @Agus Zubiaga,
This should do it: roc build --bundle=tar.br ./basic-cli/src/main.roc
You can also provide tar.gz as an argument if you just want to test it quickly, brotli compression takes some time

view this post on Zulip Agus Zubiaga (Mar 25 2023 at 15:46):

Nice, that worked! Thanks :smile:


Last updated: Jul 06 2025 at 12:14 UTC