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:
Nikita Popov 2020-06-12 15:12:15 +02:00
parent e0d2070108
commit 8641d76f62
2 changed files with 0 additions and 2 deletions

View File

@ -40,7 +40,6 @@ steps:
libpq-dev:i386 \
libreadline-dev:i386 \
libffi-dev:i386 \
libfreetype6-dev:i386 \
libsodium-dev:i386 \
${{ parameters.packages }}
displayName: 'APT'

View File

@ -29,7 +29,6 @@ jobs:
--enable-gd \
--with-jpeg \
--with-webp \
--with-freetype \
--with-xpm \
--enable-exif \
--with-zip \