Skip to content

Commit

Permalink
use alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Apr 11, 2019
1 parent 3496b9a commit 56301cc
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 @@ -170,7 +170,7 @@ defaults:
run:
name: "Run evm2wasm state tests (using runevm contract)"
command: |
curl -o /tmp/runevm.wasm -L https://github.com/axic/runevm/releases/download/prototype/runevm.wasm
curl -o /tmp/runevm.wasm -L https://github.com/axic/runevm/releases/download/0.1.0-alpha1/runevm.wasm
#test "$(shasum /tmp/runevm.wasm)" = "598f87f072f66e2269dd6919292b2934dbb20492 /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
Expand Down

0 comments on commit 56301cc

Please sign in to comment.