This repository was archived by the owner on Oct 28, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +0
-5
lines changed
Expand file tree Collapse file tree 4 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,6 @@ def processRepository(root):
170170print ' "ethash-cl" -> "ethash"'
171171print ' "ethashseal" -> "ethereum"'
172172print ' "ethkey" -> "ethcore"'
173- print ' "ethminer" -> "ethashseal"'
174173print ' "ethvm" -> "ethashseal"'
175174print ' "evm" -> "ethcore"'
176175print ' "evm" -> "evmcore"'
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ set TESTS=%3
3131 .\build\bench\%CONFIGURATION% \bench.exe ^
3232 .\build\eth\%CONFIGURATION% \eth.exe ^
3333 .\build\ethkey\%CONFIGURATION% \ethkey.exe ^
34- .\build\ethminer\%CONFIGURATION% \ethminer.exe ^
3534 .\build\ethvm\%CONFIGURATION% \ethvm.exe ^
3635 .\build\rlp\%CONFIGURATION% \rlp.exe ^
3736 .\build\test\%CONFIGURATION% \testeth.exe ^
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ mkdir -p $ZIP_TEMP_DIR
4646cp bench/bench $ZIP_TEMP_DIR
4747cp eth/eth $ZIP_TEMP_DIR
4848cp ethkey/ethkey $ZIP_TEMP_DIR
49- cp ethminer/ethminer $ZIP_TEMP_DIR
5049cp ethvm/ethvm $ZIP_TEMP_DIR
5150cp rlp/rlp $ZIP_TEMP_DIR
5251if [[ " $TESTS " == " On" ]]; then
Original file line number Diff line number Diff line change 1111 command : eth
1212 ethkey :
1313 command : ethkey
14- ethminer :
15- command : ethminer
1614 ethvm :
1715 command : ethvm
1816 rlp :
You can’t perform that action at this time.
0 commit comments