hydra
hydra copied to clipboard
Static Linux binaries
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.