mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
Drop freetype from i386
For some reason this seems to pick up the amd64 library (though we do install the i386 one).
This commit is contained in:
parent
e0d2070108
commit
8641d76f62
@ -40,7 +40,6 @@ steps:
|
||||
libpq-dev:i386 \
|
||||
libreadline-dev:i386 \
|
||||
libffi-dev:i386 \
|
||||
libfreetype6-dev:i386 \
|
||||
libsodium-dev:i386 \
|
||||
${{ parameters.packages }}
|
||||
displayName: 'APT'
|
||||
|
@ -29,7 +29,6 @@ jobs:
|
||||
--enable-gd \
|
||||
--with-jpeg \
|
||||
--with-webp \
|
||||
--with-freetype \
|
||||
--with-xpm \
|
||||
--enable-exif \
|
||||
--with-zip \
|
||||
|
Loading…
Reference in New Issue
Block a user