mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02: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:
parent
2324e32c7d
commit
43dc2eb6d8
1 changed files with 0 additions and 4 deletions
4
.github/actions/apk/action.yml
vendored
4
.github/actions/apk/action.yml
vendored
|
@ -19,9 +19,6 @@ runs:
|
||||||
re2c \
|
re2c \
|
||||||
pkgconf \
|
pkgconf \
|
||||||
mysql-client \
|
mysql-client \
|
||||||
aspell-dev \
|
|
||||||
hunspell-dev \
|
|
||||||
hunspell-en \
|
|
||||||
bzip2-dev \
|
bzip2-dev \
|
||||||
curl-dev \
|
curl-dev \
|
||||||
freetype-dev \
|
freetype-dev \
|
||||||
|
@ -48,7 +45,6 @@ runs:
|
||||||
lmdb-dev \
|
lmdb-dev \
|
||||||
argon2-dev \
|
argon2-dev \
|
||||||
enchant2-dev \
|
enchant2-dev \
|
||||||
enchant2-hunspell \
|
|
||||||
freetds-dev \
|
freetds-dev \
|
||||||
imap-dev \
|
imap-dev \
|
||||||
net-snmp-dev \
|
net-snmp-dev \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue