summaryrefslogtreecommitdiff
path: root/azure/macos/job.yml
diff options
context:
space:
mode:
Diffstat (limited to 'azure/macos/job.yml')
-rw-r--r--azure/macos/job.yml11
1 files changed, 3 insertions, 8 deletions
diff --git a/azure/macos/job.yml b/azure/macos/job.yml
index cbfc54ef92..56f34fbb41 100644
--- a/azure/macos/job.yml
+++ b/azure/macos/job.yml
@@ -14,6 +14,8 @@ jobs:
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/krb5/lib/pkgconfig"
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/libffi/lib/pkgconfig"
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/libxml2/lib/pkgconfig"
+ export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/libxslt/lib/pkgconfig"
+ export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/zlib/lib/pkgconfig"
./buildconf --force
./configure ${{ parameters.configurationParameters }} \
--prefix=/usr/local \
@@ -32,7 +34,6 @@ jobs:
--enable-exif \
--with-zip \
--with-zlib \
- --with-zlib-dir=/usr \
--enable-soap \
--enable-xmlreader \
--with-xsl \
@@ -46,7 +47,7 @@ jobs:
--with-readline=/usr/local/opt/readline \
--enable-mbstring \
--with-curl \
- --with-gettext==/usr/local/opt/gettext \
+ --with-gettext=/usr/local/opt/gettext \
--enable-sockets \
--with-bz2=/usr/local/opt/bzip2 \
--with-openssl \
@@ -79,9 +80,3 @@ jobs:
configurationName: ${{ parameters.configurationName }}
runTestsName: 'OpCache'
runTestsParameters: -d zend_extension=opcache.so -d opcache.enable_cli=1
- - ${{ if ne(variables['Build.SourceBranch'], 'refs/heads/PHP-7.4') }}:
- - template: test.yml
- parameters:
- configurationName: ${{ parameters.configurationName }}
- runTestsName: 'JIT'
- runTestsParameters: -d zend_extension=opcache.so -d opcache.enable_cli=1 -d opcache.jit_buffer_size=16M