Skip to content

Commit 2928e78

Browse files
authored
Update main.yml
1 parent 3d8e414 commit 2928e78

File tree

1 file changed

+6
-18
lines changed

1 file changed

+6
-18
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -252,12 +252,8 @@ jobs:
252252
conan-custom-settings-defs: | # Could we not copy/paste these 4x?
253253
data = {
254254
'compiler': {
255-
'gcc' : {
256-
'sanitizer' : ['None', 'address', 'thread', 'memory', 'undefined']
257-
},
258-
'clang' : {
259-
'sanitizer' : ['None', 'address', 'thread', 'memory', 'undefined']
260-
}
255+
'gcc' : [],
256+
'clang' : []
261257
}
262258
}
263259
sanitizer-name: asan
@@ -274,12 +270,8 @@ jobs:
274270
conan-custom-settings-defs: |
275271
data = {
276272
'compiler': {
277-
'gcc' : {
278-
'sanitizer' : ['None', 'address', 'thread', 'memory', 'undefined']
279-
},
280-
'clang' : {
281-
'sanitizer' : ['None', 'address', 'thread', 'memory', 'undefined']
282-
}
273+
'gcc' : [],
274+
'clang' : []
283275
}
284276
}
285277
sanitizer-name: ubsan
@@ -296,12 +288,8 @@ jobs:
296288
conan-custom-settings-defs: |
297289
data = {
298290
'compiler': {
299-
'gcc' : {
300-
'sanitizer' : ['None', 'address', 'thread', 'memory', 'undefined']
301-
},
302-
'clang' : {
303-
'sanitizer' : ['None', 'address', 'thread', 'memory', 'undefined']
304-
}
291+
'gcc' : [],
292+
'clang' : []
305293
}
306294
}
307295
sanitizer-name: tsan

0 commit comments

Comments
 (0)