mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
Remove pspell from configure flags
This may fix CI.
This commit is contained in:
@@ -130,7 +130,6 @@ jobs:
|
||||
--enable-bcmath \
|
||||
--enable-calendar \
|
||||
--enable-ftp \
|
||||
--with-pspell=/usr \
|
||||
--with-enchant=/usr \
|
||||
--with-kerberos \
|
||||
--enable-sysvmsg \
|
||||
|
||||
1
.github/actions/configure-macos/action.yml
vendored
1
.github/actions/configure-macos/action.yml
vendored
@@ -57,7 +57,6 @@ runs:
|
||||
--enable-bcmath \
|
||||
--enable-calendar \
|
||||
--enable-ftp \
|
||||
--with-pspell=/usr/local/opt/aspell \
|
||||
--with-kerberos \
|
||||
--enable-sysvmsg \
|
||||
--with-ffi \
|
||||
|
||||
1
.github/actions/configure-x32/action.yml
vendored
1
.github/actions/configure-x32/action.yml
vendored
@@ -54,7 +54,6 @@ runs:
|
||||
--enable-bcmath \
|
||||
--enable-calendar \
|
||||
--enable-ftp \
|
||||
--with-pspell=/usr \
|
||||
--with-kerberos \
|
||||
--enable-sysvmsg \
|
||||
--with-ffi \
|
||||
|
||||
1
.github/actions/configure-x64/action.yml
vendored
1
.github/actions/configure-x64/action.yml
vendored
@@ -52,7 +52,6 @@ runs:
|
||||
--enable-bcmath \
|
||||
--enable-calendar \
|
||||
--enable-ftp \
|
||||
--with-pspell=/usr \
|
||||
${{ inputs.skipSlow == 'false' && '--with-enchant=/usr' || '' }} \
|
||||
--with-kerberos \
|
||||
--enable-sysvmsg \
|
||||
|
||||
Reference in New Issue
Block a user