Skip to content

Commit 37b351b

Browse files
committed
Merge branch 'PHP-8.0' into PHP-8.1
* PHP-8.0: Re-add MSAN in nightly
2 parents 6cdfaf9 + ad136e6 commit 37b351b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

azure-pipelines.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ jobs:
4444
parameters:
4545
configurationName: I386_RELEASE_ZTS
4646
configurationParameters: '--disable-debug --enable-zts'
47+
- template: azure/msan_job.yml
48+
parameters:
49+
configurationName: DEBUG_ZTS_MSAN
50+
configurationParameters: '--enable-debug --enable-zts'
51+
runTestsParameters: --msan
52+
timeoutInMinutes: 90
4753
- template: azure/community_job.yml
4854
parameters:
4955
configurationName: COMMUNITY

0 commit comments

Comments
 (0)