Skip to content

Commit

Permalink
Revert "ci: Drop evmc-vmtester"
Browse files Browse the repository at this point in the history
This reverts commit 38a0db3.
  • Loading branch information
axic committed Jun 9, 2020
1 parent a51ba5a commit 4c6dad0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
CC: clang
GENERATOR: Ninja
BUILD_PARALLEL_JOBS: 4
CMAKE_OPTIONS: -DBUILD_SHARED_LIBS=ON -DHERA_DEBUGGING=OFF -DHERA_BINARYEN=ON -DHERA_WAVM=ON -DHERA_WABT=ON
CMAKE_OPTIONS: -DBUILD_SHARED_LIBS=ON -DHERA_DEBUGGING=OFF -DHERA_BINARYEN=ON -DHERA_WAVM=ON -DHERA_WABT=ON -DEVMC_TOOLS=ON
docker:
- image: ethereum/cpp-build-env:14-clang-10
steps:
Expand All @@ -213,7 +213,7 @@ jobs:
- *test-binaryen
- *test-wabt
- *test-wavm
# - *evmc-test
- *evmc-test
- *evm2wasm-test

linux-clang-shared-asan:
Expand All @@ -223,7 +223,7 @@ jobs:
CC: clang
GENERATOR: Ninja
BUILD_PARALLEL_JOBS: 4
CMAKE_OPTIONS: -DBUILD_SHARED_LIBS=ON -DHERA_DEBUGGING=OFF -DHERA_BINARYEN=ON -DHERA_WAVM=ON -DHERA_WABT=ON -DSANITIZE=address
CMAKE_OPTIONS: -DBUILD_SHARED_LIBS=ON -DHERA_DEBUGGING=OFF -DHERA_BINARYEN=ON -DHERA_WAVM=ON -DHERA_WABT=ON -DEVMC_TOOLS=ON -DSANITIZE=address
# The ASan must the first loaded shared library. Force preloading it with this flag.
PRELOAD_ASAN: true
docker:
Expand All @@ -242,7 +242,7 @@ jobs:
- *test-binaryen
- *test-wabt
- *test-wavm
# - *evmc-test
- *evmc-test
- *evm2wasm-test

linux-gcc-shared-coverage:
Expand Down

0 comments on commit 4c6dad0

Please sign in to comment.