Skip to content

Commit

Permalink
Makefile,build: remove SSVM interpreter; project no longer exists
Browse files Browse the repository at this point in the history
Original https://github.com/second-state/SSVM redirects
to https://github.com/WasmEdge/WasmEdge.

Date: 2022-11-07 13:15:09-08:00
Signed-off-by: meows <[email protected]>
  • Loading branch information
meowsbits committed Nov 7, 2022
1 parent c051c24 commit 7707886
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ test-coregeth: \
hera:
./build/hera.sh

ssvm:
./build/ssvm.sh

evmone:
./build/evmone.sh

Expand All @@ -60,7 +57,6 @@ aleth-interpreter:
# Test EVMC support against various external interpreters.
test-evmc: hera ssvm evmone aleth-interpreter
go test -count 1 ./tests -run TestState -evmc.ewasm=$(ROOT_DIR)/build/_workspace/hera/build/src/libhera.so
go test -count 1 ./tests -run TestState -evmc.ewasm=$(ROOT_DIR)/build/_workspace/SSVM/build/tools/ssvm-evmc/libssvmEVMC.so
go test -count 1 ./tests -run TestState -evmc.evm=$(ROOT_DIR)/build/_workspace/evmone/lib/libevmone.so
go test -count 1 ./tests -run TestState -evmc.evm=$(ROOT_DIR)/build/_workspace/aleth/lib/libaleth-interpreter.so

Expand Down
13 changes: 0 additions & 13 deletions build/ssvm.sh

This file was deleted.

0 comments on commit 7707886

Please sign in to comment.