File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -43,33 +43,30 @@ jobs:
43
43
compiler : {c: gcc, cxx: g++}
44
44
shared_library : ' OFF'
45
45
os_provider : ' OFF'
46
- # TODO: Enable sanitizer checks with pool tracking enabled. There's
47
- # a leak reported by sanitizer in jemalloc pool implementation that
48
- # points to a tracker_value_t not being free'd.
49
46
# TODO: Move jobs with sanitizer checks to a separate workflow file.
50
47
- os : ' ubuntu-22.04'
51
48
build_type : Debug
52
49
compiler : {c: clang, cxx: clang++}
53
- pool_tracking : ' OFF '
50
+ pool_tracking : ' ON '
54
51
shared_library : ' OFF'
55
52
# TSAN is mutually exclusive with other sanitizers
56
53
sanitizers : {asan: ON, ubsan: ON, tsan: OFF}
57
54
- os : ' ubuntu-22.04'
58
55
build_type : Debug
59
56
compiler : {c: clang, cxx: clang++}
60
- pool_tracking : ' OFF '
57
+ pool_tracking : ' ON '
61
58
shared_library : ' OFF'
62
59
sanitizers : {asan: OFF, ubsan: OFF, tsan: ON}
63
60
- os : ' ubuntu-22.04'
64
61
build_type : Debug
65
62
compiler : {c: gcc, cxx: g++}
66
- pool_tracking : ' OFF '
63
+ pool_tracking : ' ON '
67
64
shared_library : ' OFF'
68
65
sanitizers : {asan: ON, ubsan: ON, tsan: OFF}
69
66
- os : ' ubuntu-22.04'
70
67
build_type : Debug
71
68
compiler : {c: gcc, cxx: g++}
72
- pool_tracking : ' OFF '
69
+ pool_tracking : ' ON '
73
70
shared_library : ' OFF'
74
71
sanitizers : {asan: OFF, ubsan: OFF, tsan: ON}
75
72
runs-on : ${{matrix.os}}
You can’t perform that action at this time.
0 commit comments