File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ jobs:
195
195
CC : clang
196
196
GENERATOR : Ninja
197
197
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
199
199
docker :
200
200
- image : ethereum/cpp-build-env:14-clang-10
201
201
steps :
@@ -213,7 +213,7 @@ jobs:
213
213
- *test-binaryen
214
214
- *test-wabt
215
215
- *test-wavm
216
- # - *evmc-test
216
+ - *evmc-test
217
217
- *evm2wasm-test
218
218
219
219
linux-clang-shared-asan :
@@ -223,7 +223,7 @@ jobs:
223
223
CC : clang
224
224
GENERATOR : Ninja
225
225
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
227
227
# The ASan must the first loaded shared library. Force preloading it with this flag.
228
228
PRELOAD_ASAN : true
229
229
docker :
@@ -242,7 +242,7 @@ jobs:
242
242
- *test-binaryen
243
243
- *test-wabt
244
244
- *test-wavm
245
- # - *evmc-test
245
+ - *evmc-test
246
246
- *evm2wasm-test
247
247
248
248
linux-gcc-shared-coverage :
You can’t perform that action at this time.
0 commit comments