summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-07-04 09:53:51 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-07-04 09:53:51 +0200
commitc581b2f5b0628c827a6c88434a17035c8eff71ab (patch)
tree341dccc356e3470e0a97be9606ac5fc2be5299d9 /azure-pipelines.yml
parentc98b6d5bb563fe297cff1b504a93471f098a0502 (diff)
downloadphp-git-c581b2f5b0628c827a6c88434a17035c8eff71ab.tar.gz
Fix ZTS flag on master
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 4a682f2d60..230c265c33 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -73,5 +73,5 @@ jobs:
- template: azure/msan_job.yml
parameters:
configurationName: DEBUG_ZTS_MSAN
- configurationParameters: '--enable-debug --enable-maintainer-zts'
+ configurationParameters: '--enable-debug --enable-zts'
runTestsParameters: --asan