Skip to content

Commit 64faaec

Browse files
committed
Enable msan build
1 parent d76b511 commit 64faaec

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828
parameters:
2929
configurationName: MACOS_DEBUG_NTS
3030
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
3136
- ${{ if eq(variables['Build.Reason'], 'Schedule') }}:
3237
- template: azure/job.yml
3338
parameters:
@@ -70,11 +75,6 @@ jobs:
7075
LDFLAGS='-fsanitize=undefined,address'
7176
runTestsParameters: --asan
7277
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
7878
- template: azure/community_job.yml
7979
parameters:
8080
configurationName: COMMUNITY

0 commit comments

Comments
 (0)