summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-08-25 20:25:07 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-08-25 20:25:07 +0200
commit571f6a598f315d163fa172aaf3c7bfb53a5eceb8 (patch)
tree4bd82a68f327c652339f3ee9a73111ef3954561b /azure-pipelines.yml
parent923a14626c8c36f5f5e3bd0b55f217f73c4ed7e6 (diff)
downloadphp-git-571f6a598f315d163fa172aaf3c7bfb53a5eceb8.tar.gz
Don't enable --with-mm in CI
Turns out this has a large negative effect on startup time, making tests much slower.
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index acdf32204b..688d36c148 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -12,11 +12,10 @@ trigger:
- UPGRADING.INTERNALS
jobs:
- # We specify --with-mm here, because it cannot be used together with --enable-maintainer-zts.
- template: azure/job.yml
parameters:
configurationName: DEBUG_NTS
- configurationParameters: '--enable-debug --disable-maintainer-zts --with-mm'
+ configurationParameters: '--enable-debug --disable-maintainer-zts'
- template: azure/job.yml
parameters:
configurationName: RELEASE_ZTS
@@ -37,7 +36,7 @@ jobs:
- template: azure/job.yml
parameters:
configurationName: RELEASE_NTS
- configurationParameters: '--disable-debug --disable-maintainer-zts --with-mm'
+ configurationParameters: '--disable-debug --disable-maintainer-zts'
- template: azure/i386/job.yml
parameters:
configurationName: I386_DEBUG_NTS