Hi all,
I am looking into join the community as a stake pool operator, and I am having trouble how to compile cardano-node into a static executable.
From the official github README.md, they provide linux executables, and this leads me to believe that it is 100% possible to compile cardano-node into a single portable executable.
The official Docker image seems to be a dynamically linked binary, and the official installation guide using “cabal build all” also compiles down to a dynamically linked binary.
When I attempt to build using “cabal build all --enable-executable-static”, a following error message is thrown:
cabal: Failed to build exe:named-pipe-demo from Win32-network-0.1.0.0.
Could anyone guide me to how IOHK even builds the linux executables please?
Thanks everyone for reading.