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
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
Nice, that worked! Thanks :smile:
Last updated: Nov 08 2025 at 12:13 UTC