mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-7.4'
* PHP-7.4: Don't enable --with-mm in CI
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user