mirror of
https://github.com/php/php-src.git
synced 2026-04-02 13:43:02 +02:00
[skip ci] Fix --enable-dl-test flag being passed to PHP-8.0 MSAN build
This commit is contained in:
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user