Skip to content

rainbreak/eth-static

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Static, portable builds of Eth

Work in progess! Force pushing everywhere!

This is a script to produce a fully static build of eth, the Ethereum c++ client.

This is done by statically linking to musl in an Alpine Linux environment. Unlike glibc, musl is built with static linking in mind.