mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add ethereum-git to archlinux dependencies
It's needed for testing, since we need to have the `eth` client installed
This commit is contained in:
parent
ba9a045002
commit
19833c95eb
@ -138,11 +138,13 @@ case $(uname -s) in
|
|||||||
|
|
||||||
# All our dependencies can be found in the Arch Linux official repositories.
|
# All our dependencies can be found in the Arch Linux official repositories.
|
||||||
# See https://wiki.archlinux.org/index.php/Official_repositories
|
# See https://wiki.archlinux.org/index.php/Official_repositories
|
||||||
|
# Also adding ethereum-git to allow for testing with the `eth` client
|
||||||
sudo pacman -Sy \
|
sudo pacman -Sy \
|
||||||
base-devel \
|
base-devel \
|
||||||
boost \
|
boost \
|
||||||
cmake \
|
cmake \
|
||||||
git \
|
git \
|
||||||
|
ethereum-git \
|
||||||
;;
|
;;
|
||||||
|
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user