File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments