Skip to content
This repository has been archived by the owner on Feb 12, 2019. It is now read-only.

brainbot-com/solidity-static

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED

Go to https://github.com/ethereum/solidity/releases for versions higher than 0.4.9

#WARNING

This is no official release! Use at your own risk and only if you trust the publisher.

Static, portable builds of Solidity

This is a script to produce a fully static build of solc, the Solidity compiler.

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

The resulting binary should work on any Linux platform.

$ file solc soltest
solc: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, stripped
soltest: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, stripped
$ du -h solc soltest
3.0M    solc
5.8M    soltest

Create a release

Use bumpversion to bump version strings to newest upstream version, then push the newly created commit and tag:

# Example from 0.4.2 -> 0.4.3
bumpversion patch
git push && git push --tags

About

DEPRECATED for versions >= 0.4.10 : Static solidity builds

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%