summaryrefslogtreecommitdiff
path: root/azure/i386
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-06-12 15:12:15 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-06-12 15:41:05 +0200
commit8641d76f62273f3a73449fd720c93c63992f3b5a (patch)
tree51a4092bd90318194dd0f6e807cc5a9c6a8d680f /azure/i386
parente0d207010865dc7f23d322f07f1540112da7124c (diff)
downloadphp-git-8641d76f62273f3a73449fd720c93c63992f3b5a.tar.gz
Drop freetype from i386
For some reason this seems to pick up the amd64 library (though we do install the i386 one).
Diffstat (limited to 'azure/i386')
-rw-r--r--azure/i386/apt.yml1
-rw-r--r--azure/i386/job.yml1
2 files changed, 0 insertions, 2 deletions
diff --git a/azure/i386/apt.yml b/azure/i386/apt.yml
index 44b460ea24..ed2c5d1128 100644
--- a/azure/i386/apt.yml
+++ b/azure/i386/apt.yml
@@ -40,7 +40,6 @@ steps:
libpq-dev:i386 \
libreadline-dev:i386 \
libffi-dev:i386 \
- libfreetype6-dev:i386 \
libsodium-dev:i386 \
${{ parameters.packages }}
displayName: 'APT'
diff --git a/azure/i386/job.yml b/azure/i386/job.yml
index 83e8705f0f..203873e87c 100644
--- a/azure/i386/job.yml
+++ b/azure/i386/job.yml
@@ -29,7 +29,6 @@ jobs:
--enable-gd \
--with-jpeg \
--with-webp \
- --with-freetype \
--with-xpm \
--enable-exif \
--with-zip \