summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-08-25 20:26:17 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-08-25 20:26:17 +0200
commitc2c90cfc653e548d083f693c573937d0a28a3ca7 (patch)
tree61b027451d7e43d9841f68b2006fe625e6061c6c /azure-pipelines.yml
parente86b5c872d02bff543f5ab3324282a72d4d8cd28 (diff)
parent571f6a598f315d163fa172aaf3c7bfb53a5eceb8 (diff)
downloadphp-git-c2c90cfc653e548d083f693c573937d0a28a3ca7.tar.gz
Merge branch 'PHP-7.4'
* PHP-7.4: Don't enable --with-mm in CI
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 57def3dc2d..20198f888b 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-zts --with-mm'
+ configurationParameters: '--enable-debug --disable-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-zts --with-mm'
+ configurationParameters: '--disable-debug --disable-zts'
- template: azure/i386/job.yml
parameters:
configurationName: I386_DEBUG_NTS