hydra icon indicating copy to clipboard operation
hydra copied to clipboard

Static Linux binaries

Open ch1bo opened this issue 3 years ago • 0 comments
trafficstars

What & Why

We currently build dynamically linked 64bit Linux binaries for the x86_64 architecture. As with any dynamically linked binaries, not only the architecture needs to match, but also the right libraries need to be available to be loaded during runtime. Right now, having the right libraries available can be achieved using nix oder docker container images.

Within this feature we want to statically compile our hydra-node binary such that it can run on any x86_64 Linux machine.

ch1bo avatar Jan 30 '22 17:01 ch1bo