mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #5920 from ethereum/dockerAlpineTravisFix
Fix travis docker build by using boost-static package.
This commit is contained in:
commit
82b6996345
@ -162,7 +162,7 @@ case $(uname -s) in
|
||||
# See https://pkgs.alpinelinux.org/
|
||||
|
||||
apk update
|
||||
apk add boost-dev build-base cmake git
|
||||
apk add boost-dev boost-static build-base cmake git
|
||||
|
||||
;;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user