1
0
mirror of https://github.com/php/php-src.git synced 2026-03-31 20:53:00 +02:00

[skip ci] Fix MSAN configure flags for PHP-8.0

This commit is contained in:
Ilija Tovilo
2022-09-29 14:09:18 +02:00
parent 6bb0b705fc
commit 95763005d5

View File

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