summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-05-20 15:21:01 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-05-20 16:46:28 +0200
commite852944f630a1e3df16148b308c116590057663d (patch)
tree0a44429740c66d4175ead76ca1c9e6a28aef4dd1 /azure-pipelines.yml
parentc85ded763222295f9d24f8550b9428259bc36e86 (diff)
downloadphp-git-e852944f630a1e3df16148b308c116590057663d.tar.gz
Add --enable-memory-sanitizer flag
This flag enabled msan late in the pipeline, so that it does not affect configure checks. Otherwise we get a false positive report for openpty availability without -lutil, which will then result in infinite recursion if actually called. This also sets origin tracking to 2, so bump the timeout to 90 minutes.
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 40cfbb8232..178558ab11 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -75,6 +75,7 @@ jobs:
configurationName: DEBUG_ZTS_MSAN
configurationParameters: '--enable-debug --enable-zts'
runTestsParameters: --asan
+ timeoutInMinutes: 90
- template: azure/community_job.yml
parameters:
configurationName: COMMUNITY