mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix ZTS flag on master
This commit is contained in:
parent
c98b6d5bb5
commit
c581b2f5b0
1 changed files with 1 additions and 1 deletions
|
@ -73,5 +73,5 @@ jobs:
|
||||||
- template: azure/msan_job.yml
|
- template: azure/msan_job.yml
|
||||||
parameters:
|
parameters:
|
||||||
configurationName: DEBUG_ZTS_MSAN
|
configurationName: DEBUG_ZTS_MSAN
|
||||||
configurationParameters: '--enable-debug --enable-maintainer-zts'
|
configurationParameters: '--enable-debug --enable-zts'
|
||||||
runTestsParameters: --asan
|
runTestsParameters: --asan
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue