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:
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user