mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Remove redundant *spell* libraries on Alpine (#15890)
These were needed mostly for the PHP <= 8.3 pspell extension. The nchant2-hunspell gets installed automatically as a dependency with enchant2-dev if needed.
This commit is contained in:
4
.github/actions/apk/action.yml
vendored
4
.github/actions/apk/action.yml
vendored
@@ -19,9 +19,6 @@ runs:
|
||||
re2c \
|
||||
pkgconf \
|
||||
mysql-client \
|
||||
aspell-dev \
|
||||
hunspell-dev \
|
||||
hunspell-en \
|
||||
bzip2-dev \
|
||||
curl-dev \
|
||||
freetype-dev \
|
||||
@@ -48,7 +45,6 @@ runs:
|
||||
lmdb-dev \
|
||||
argon2-dev \
|
||||
enchant2-dev \
|
||||
enchant2-hunspell \
|
||||
freetds-dev \
|
||||
imap-dev \
|
||||
net-snmp-dev \
|
||||
|
||||
Reference in New Issue
Block a user