Skip to content

Commit fd47417

Browse files
committed
Revert "ci: Drop evmc-vmtester"
This reverts commit 38a0db3.
1 parent fc1e2f8 commit fd47417

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

circle.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
CC: clang
196196
GENERATOR: Ninja
197197
BUILD_PARALLEL_JOBS: 4
198-
CMAKE_OPTIONS: -DBUILD_SHARED_LIBS=ON -DHERA_DEBUGGING=OFF -DHERA_BINARYEN=ON -DHERA_WAVM=ON -DHERA_WABT=ON
198+
CMAKE_OPTIONS: -DBUILD_SHARED_LIBS=ON -DHERA_DEBUGGING=OFF -DHERA_BINARYEN=ON -DHERA_WAVM=ON -DHERA_WABT=ON -DEVMC_TOOLS=ON
199199
docker:
200200
- image: ethereum/cpp-build-env:14-clang-10
201201
steps:
@@ -213,7 +213,7 @@ jobs:
213213
- *test-binaryen
214214
- *test-wabt
215215
- *test-wavm
216-
# - *evmc-test
216+
- *evmc-test
217217
- *evm2wasm-test
218218

219219
linux-clang-shared-asan:
@@ -223,7 +223,7 @@ jobs:
223223
CC: clang
224224
GENERATOR: Ninja
225225
BUILD_PARALLEL_JOBS: 4
226-
CMAKE_OPTIONS: -DBUILD_SHARED_LIBS=ON -DHERA_DEBUGGING=OFF -DHERA_BINARYEN=ON -DHERA_WAVM=ON -DHERA_WABT=ON -DSANITIZE=address
226+
CMAKE_OPTIONS: -DBUILD_SHARED_LIBS=ON -DHERA_DEBUGGING=OFF -DHERA_BINARYEN=ON -DHERA_WAVM=ON -DHERA_WABT=ON -DEVMC_TOOLS=ON -DSANITIZE=address
227227
# The ASan must the first loaded shared library. Force preloading it with this flag.
228228
PRELOAD_ASAN: true
229229
docker:
@@ -242,7 +242,7 @@ jobs:
242242
- *test-binaryen
243243
- *test-wabt
244244
- *test-wavm
245-
# - *evmc-test
245+
- *evmc-test
246246
- *evm2wasm-test
247247

248248
linux-gcc-shared-coverage:

0 commit comments

Comments
 (0)