Skip to content

Commit

Permalink
use newer runevm
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed May 2, 2019
1 parent 4b9d732 commit 5e2f176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ defaults:
name: "Run evm2wasm state tests (using runevm contract)"
command: |
curl -o /tmp/runevm.wasm -L https://github.com/axic/runevm/releases/download/0.1.0-alpha2/runevm.wasm
test "$(shasum /tmp/runevm.wasm)" = "c88542cc4b3c879d63dde10652d621b13d01ad6c /tmp/runevm.wasm"
test "$(shasum /tmp/runevm.wasm)" = "f9c11823f34bc2910bfa457342e3d6d00801ea5f /tmp/runevm.wasm"
if [[ $PRELOAD_ASAN ]]; then export LD_PRELOAD=/usr/lib/clang/8/lib/linux/libclang_rt.asan-x86_64.so; fi
testeth --version
testeth -t GeneralStateTests/stExample -- --testpath tests --vm ~/build/src/libhera.so --singlenet Byzantium --evmc evm1mode=runevm --evmc sys:runevm=/tmp/runevm.wasm
Expand Down

0 comments on commit 5e2f176

Please sign in to comment.