File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -87,14 +87,17 @@ jobs:
87
87
build_type : Release
88
88
compiler : {c: gcc-7, cxx: g++-7}
89
89
shared_library : ' OFF'
90
+ os_provider : ' ON'
90
91
- os : ' ubuntu-22.04'
91
92
build_type : Release
92
93
compiler : {c: clang, cxx: clang++}
93
94
shared_library : ' OFF'
95
+ os_provider : ' ON'
94
96
- os : ' ubuntu-22.04'
95
97
build_type : Release
96
98
compiler : {c: gcc, cxx: g++}
97
99
shared_library : ' ON'
100
+ os_provider : ' ON'
98
101
# test os_provider='OFF' with shared_library='ON'
99
102
- os : ' ubuntu-22.04'
100
103
build_type : Release
@@ -113,25 +116,29 @@ jobs:
113
116
compiler : {c: clang, cxx: clang++}
114
117
pool_tracking : ' ON'
115
118
shared_library : ' OFF'
119
+ os_provider : ' ON'
116
120
# TSAN is mutually exclusive with other sanitizers
117
121
sanitizers : {asan: ON, ubsan: ON, tsan: OFF}
118
122
- os : ' ubuntu-22.04'
119
123
build_type : Debug
120
124
compiler : {c: clang, cxx: clang++}
121
125
pool_tracking : ' ON'
122
126
shared_library : ' OFF'
127
+ # os_provider: 'ON' # TODO: fix TSAN issues and enable os_provider here
123
128
sanitizers : {asan: OFF, ubsan: OFF, tsan: ON}
124
129
- os : ' ubuntu-22.04'
125
130
build_type : Debug
126
131
compiler : {c: gcc, cxx: g++}
127
132
pool_tracking : ' ON'
128
133
shared_library : ' OFF'
134
+ os_provider : ' ON'
129
135
sanitizers : {asan: ON, ubsan: ON, tsan: OFF}
130
136
- os : ' ubuntu-22.04'
131
137
build_type : Debug
132
138
compiler : {c: gcc, cxx: g++}
133
139
pool_tracking : ' ON'
134
140
shared_library : ' OFF'
141
+ # os_provider: 'ON' # TODO: fix TSAN issues and enable os_provider here
135
142
sanitizers : {asan: OFF, ubsan: OFF, tsan: ON}
136
143
runs-on : ${{matrix.os}}
137
144
You can’t perform that action at this time.
0 commit comments