Open matklad opened 5 months ago
Definitely interested in providing this sooner rather than later! It wouldn't be as easy as cargo build --target=x86_64-unknown-linux-musl
because (at least last time I looked), the V8 crate used by deno_core
doesn't support Musl.
..so one kinda interesting option would be to build Brioche normally in CI as a "stage 1" build, then to use Brioche itself to build Brioche as "stage 2", which would then be a self-contained package. I'll try to get an idea of how much effort that is to set up soon, to see if I could get it in as part of the next point release
:exploding_head:
Trying out brioche on NixOS gives the expected result:
For the kind of tool brioche is, it seems that providing a fully statically-liked executable might be beneficial?