Skip to content

Commit 3457c91

Browse files
committed
GHA: lsan.suppressions
1 parent 5dacc85 commit 3457c91

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,11 @@ jobs:
2929
-Wno-unused-parameter -Wno-unused-function -Wno-deprecated-copy
3030
- IMAGE: noetic-source
3131
NAME: asan
32-
DOCKER_RUN_OPTS: "-e PRELOAD=libasan.so.5"
32+
DOCKER_RUN_OPTS: >-
33+
-e PRELOAD=libasan.so.5
34+
-e LSAN_OPTIONS="suppressions=$PWD/.github/workflows/lsan.suppressions"
3335
TARGET_CMAKE_ARGS: -DCMAKE_CXX_FLAGS="-fsanitize=address -fno-omit-frame-pointer -O1"
36+
3437
env:
3538
CATKIN_LINT: true
3639
UNDERLAY: /root/ws_moveit/install
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
leak:class_loader

0 commit comments

Comments
 (0)