mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
use libedit instead of readline for CI
This commit is contained in:
2
.github/actions/apt-x64/action.yml
vendored
2
.github/actions/apt-x64/action.yml
vendored
@@ -44,7 +44,7 @@ runs:
|
|||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
libxslt1-dev \
|
libxslt1-dev \
|
||||||
libpq-dev \
|
libpq-dev \
|
||||||
libreadline-dev \
|
libedit-dev \
|
||||||
libldap2-dev \
|
libldap2-dev \
|
||||||
libsodium-dev \
|
libsodium-dev \
|
||||||
libargon2-0-dev \
|
libargon2-0-dev \
|
||||||
|
|||||||
2
.github/actions/configure-x64/action.yml
vendored
2
.github/actions/configure-x64/action.yml
vendored
@@ -41,7 +41,7 @@ runs:
|
|||||||
--enable-sysvshm \
|
--enable-sysvshm \
|
||||||
--enable-shmop \
|
--enable-shmop \
|
||||||
--enable-pcntl \
|
--enable-pcntl \
|
||||||
--with-readline \
|
--without-readline --with-libedit \
|
||||||
--enable-mbstring \
|
--enable-mbstring \
|
||||||
--with-curl \
|
--with-curl \
|
||||||
--with-gettext \
|
--with-gettext \
|
||||||
|
|||||||
Reference in New Issue
Block a user