Skip to content

Commit 48a11e4

Browse files
authored
Merge pull request #144 from yuchanns/ci/fix-linux
fix(ci/asan): invalid options for supressing incorrect report of leak
2 parents e13f146 + 71323d4 commit 48a11e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/asan_assets/test_mem.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
1818
# export DYLD_PRINT_LIBRARIES=1 X=1
1919
export DYLD_INSERT_LIBRARIES="./.github/asan_assets/libdlclose.dylib:$ASAN_LIB_ABS_PATH"
2020
# see https://github.com/llvm/llvm-project/issues/115992
21-
export ASAN_OPTIONS="detect_leaks=1:suppressions=./github/asan_assets/lsan.supp"
21+
export LSAN_OPTIONS="suppressions=./.github/asan_assets/lsan.supp"
2222

2323
lua test.lua
2424
else

0 commit comments

Comments
 (0)