Skip to content

Commit c4155dc

Browse files
committed
turn on asan for wavm
1 parent ed79a64 commit c4155dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ defaults:
154154
run:
155155
name: "Test shared Hera (wavm)"
156156
command: |
157-
export ASAN_OPTIONS=detect_leaks=0
157+
export ASAN_OPTIONS=detect_leaks=1
158158
SO=$([ $(uname) = Darwin ] && echo dylib || echo so)
159159
if [[ $PRELOAD_ASAN ]]; then export LD_PRELOAD=/usr/lib/clang/8/lib/linux/libclang_rt.asan-x86_64.so; fi
160160
testeth --version

0 commit comments

Comments
 (0)