tweag / skyscope

A tool for visualising and exploring Bazel Skyframe graphs.
MIT License
55 stars 7 forks source link

Build a standalone statically linked binary for easier distribution #83

Closed benradf closed 11 months ago

benradf commented 1 year ago

The current method is a convoluted mess.

If we could build a statically linked binary (using musl instead of glibc), it would make distribution much simpler.

benradf commented 1 year ago

Addressed by #94.