[skip ci] Fix --enable-dl-test flag being passed to PHP-8.0 MSAN build

This commit is contained in:
Ilija Tovilo 2022-09-27 23:48:03 +02:00
parent 69d05fadc5
commit 628bcf09ba
No known key found for this signature in database
GPG Key ID: A4F5D403F118200A

View File

@ -427,11 +427,11 @@ jobs:
--enable-calendar \
--enable-ftp \
--enable-zend-test \
--enable-dl-test=shared \
--enable-werror \
--enable-memory-sanitizer \
--with-config-file-path=/etc \
--with-config-file-scan-dir=/etc/php.d
--with-config-file-scan-dir=/etc/php.d \
${{ matrix.branch.ref != 'PHP-8.0' && '--enable-dl-test=shared' }}
- name: make
run: make -j$(/usr/bin/nproc) >/dev/null
- name: make install