mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +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:
|
parameters:
|
||||||
configurationName: I386_RELEASE_ZTS
|
configurationName: I386_RELEASE_ZTS
|
||||||
configurationParameters: '--disable-debug --enable-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
|
- template: azure/community_job.yml
|
||||||
parameters:
|
parameters:
|
||||||
configurationName: COMMUNITY
|
configurationName: COMMUNITY
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue