File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 28
28
parameters :
29
29
configurationName : MACOS_DEBUG_NTS
30
30
configurationParameters : ' --enable-debug --disable-maintainer-zts'
31
+ - template : azure/msan_job.yml
32
+ parameters :
33
+ configurationName : DEBUG_ZTS_MSAN
34
+ configurationParameters : ' --enable-debug --enable-maintainer-zts'
35
+ runTestsParameters : --asan
31
36
- ${{ if eq(variables['Build.Reason'], 'Schedule') }} :
32
37
- template : azure/job.yml
33
38
parameters :
70
75
LDFLAGS='-fsanitize=undefined,address'
71
76
runTestsParameters : --asan
72
77
timeoutInMinutes : 120
73
- - template : azure/msan_job.yml
74
- parameters :
75
- configurationName : DEBUG_ZTS_MSAN
76
- configurationParameters : ' --enable-debug --enable-maintainer-zts'
77
- runTestsParameters : --asan
78
78
- template : azure/community_job.yml
79
79
parameters :
80
80
configurationName : COMMUNITY
You can’t perform that action at this time.
0 commit comments