summaryrefslogtreecommitdiff
path: root/azure/i386
diff options
context:
space:
mode:
Diffstat (limited to 'azure/i386')
-rw-r--r--azure/i386/job.yml11
1 files changed, 8 insertions, 3 deletions
diff --git a/azure/i386/job.yml b/azure/i386/job.yml
index 203873e87c..6035f7c7d5 100644
--- a/azure/i386/job.yml
+++ b/azure/i386/job.yml
@@ -10,8 +10,8 @@ jobs:
- template: apt.yml
- script: |
./buildconf --force
- export CFLAGS=-m32
- export CXXFLAGS=-m32
+ export CFLAGS="-m32 -msse2"
+ export CXXFLAGS="-m32 -msse2"
export LDFLAGS=-L/usr/lib/i386-linux-gnu
export PKG_CONFIG=/usr/bin/i686-linux-gnu-pkg-config
./configure ${{ parameters.configurationParameters }} \
@@ -38,7 +38,6 @@ jobs:
--enable-xmlreader \
--with-xsl \
--with-tidy \
- --with-xmlrpc \
--enable-sysvsem \
--enable-sysvshm \
--enable-shmop \
@@ -62,6 +61,7 @@ jobs:
--enable-zend-test \
--with-mhash \
--with-sodium \
+ --enable-dba \
--enable-werror \
--with-config-file-path=/etc \
--with-config-file-scan-dir=/etc/php.d
@@ -93,3 +93,8 @@ jobs:
configurationName: ${{ parameters.configurationName }}
runTestsName: 'OpCache'
runTestsParameters: -d zend_extension=opcache.so
+ - template: test.yml
+ parameters:
+ configurationName: ${{ parameters.configurationName }}
+ runTestsName: 'JIT'
+ runTestsParameters: -d zend_extension=opcache.so -d opcache.jit_buffer_size=16M