mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Re-add MSAN in nightly
This was lost when migrating to GitHub actions. I'll move this one to GitHub as well at a later point.
This commit is contained in:
parent
5b83b3a933
commit
ad136e6a6d
1 changed files with 6 additions and 0 deletions
|
@ -41,6 +41,12 @@ jobs:
|
|||
parameters:
|
||||
configurationName: I386_RELEASE_ZTS
|
||||
configurationParameters: '--disable-debug --enable-zts'
|
||||
- template: azure/msan_job.yml
|
||||
parameters:
|
||||
configurationName: DEBUG_ZTS_MSAN
|
||||
configurationParameters: '--enable-debug --enable-zts'
|
||||
runTestsParameters: --msan
|
||||
timeoutInMinutes: 90
|
||||
- template: azure/community_job.yml
|
||||
parameters:
|
||||
configurationName: COMMUNITY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue