Merge pull request #3088 from ethereum/newffbinary

Use new eth binary.
This commit is contained in:
chriseth 2017-10-17 11:42:36 +02:00 committed by GitHub
commit 846b43479d

View File

@ -42,8 +42,9 @@ elif [ -z $CI ]; then
ETH_PATH="eth" ETH_PATH="eth"
else else
mkdir -p /tmp/test mkdir -p /tmp/test
wget -O /tmp/test/eth https://github.com/ethereum/cpp-ethereum/releases/download/solidityTester/eth_byzantium # Update hash below if binary is changed.
test "$(shasum /tmp/test/eth)" = "6e16ae5e0a0079d85fd63fb43547be3c52410e7e /tmp/test/eth" wget -q -O /tmp/test/eth https://github.com/ethereum/cpp-ethereum/releases/download/solidityTester/eth_byzantium2
test "$(shasum /tmp/test/eth)" = "4dc3f208475f622be7c8e53bee720e14cd254c6f /tmp/test/eth"
sync sync
chmod +x /tmp/test/eth chmod +x /tmp/test/eth
sync # Otherwise we might get a "text file busy" error sync # Otherwise we might get a "text file busy" error