mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #3658 from ethereum/newcppEthimage
Use new eth binary for trusty.
This commit is contained in:
commit
0df4c64884
@ -59,12 +59,15 @@ function download_eth()
|
|||||||
ETH_PATH="eth"
|
ETH_PATH="eth"
|
||||||
else
|
else
|
||||||
mkdir -p /tmp/test
|
mkdir -p /tmp/test
|
||||||
ETH_BINARY=eth_byzantium_artful
|
|
||||||
ETH_HASH="e527dd3e3dc17b983529dd7dcfb74a0d3a5aed4e"
|
|
||||||
if grep -i trusty /etc/lsb-release >/dev/null 2>&1
|
if grep -i trusty /etc/lsb-release >/dev/null 2>&1
|
||||||
then
|
then
|
||||||
ETH_BINARY=eth_byzantium2
|
# built from 1ecff3cac12f0fbbeea3e645f331d5ac026b24d3 at 2018-03-06
|
||||||
ETH_HASH="4dc3f208475f622be7c8e53bee720e14cd254c6f"
|
ETH_BINARY=eth_byzantium_trusty
|
||||||
|
ETH_HASH="5432ea81c150e8a3547615bf597cd6dce9e1e27b"
|
||||||
|
else
|
||||||
|
# built from ?? at 2018-02-13 ?
|
||||||
|
ETH_BINARY=eth_byzantium_artful
|
||||||
|
ETH_HASH="e527dd3e3dc17b983529dd7dcfb74a0d3a5aed4e"
|
||||||
fi
|
fi
|
||||||
wget -q -O /tmp/test/eth https://github.com/ethereum/cpp-ethereum/releases/download/solidityTester/$ETH_BINARY
|
wget -q -O /tmp/test/eth https://github.com/ethereum/cpp-ethereum/releases/download/solidityTester/$ETH_BINARY
|
||||||
test "$(shasum /tmp/test/eth)" = "$ETH_HASH /tmp/test/eth"
|
test "$(shasum /tmp/test/eth)" = "$ETH_HASH /tmp/test/eth"
|
||||||
@ -121,4 +124,4 @@ wait $CMDLINE_PID
|
|||||||
|
|
||||||
pkill "$ETH_PID" || true
|
pkill "$ETH_PID" || true
|
||||||
sleep 4
|
sleep 4
|
||||||
pgrep "$ETH_PID" && pkill -9 "$ETH_PID" || true
|
pgrep "$ETH_PID" && pkill -9 "$ETH_PID" || true
|
||||||
|
Loading…
Reference in New Issue
Block a user