Skip to content

Commit fd3690b

Browse files
committed
Add missing file and CI variable
1 parent 7561fc8 commit fd3690b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitlab/lassen-build-and-test-extra.yml

+1
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ clang_14_0_5_asan:
145145
variables:
146146
SPEC: " ~shared +openmp +tests %[email protected] cxxflags==\"-fsanitize=address\" "
147147
ASAN_OPTIONS: "detect_leaks=1"
148+
LSAN_OPTIONS: "suppressions=../suppressions.asan"
148149
extends: .build_and_test_on_lassen
149150

150151
gcc_8_3_1_cuda_10_1_243_desul_atomics:

suppressions.asan

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Library that isn’t built by us
2+
leak:libxlsmp.so.1

0 commit comments

Comments
 (0)