summaryrefslogtreecommitdiff
path: root/azure/i386
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-07-16 16:09:41 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-07-16 21:15:45 +0200
commit376968c7a7f4114772131fa8db5a7f08ca1d5e4d (patch)
treec80588007789caf765f879e06b09f12dda83ffda /azure/i386
parentc1b5e7a9ab2b31987076505551f46ce26818b278 (diff)
downloadphp-git-376968c7a7f4114772131fa8db5a7f08ca1d5e4d.tar.gz
Fix azure i386 build
Purge libsqlite3-0 to make sure we get the i386 library lateron.
Diffstat (limited to 'azure/i386')
-rw-r--r--azure/i386/apt.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure/i386/apt.yml b/azure/i386/apt.yml
index ed2c5d1128..590baa2262 100644
--- a/azure/i386/apt.yml
+++ b/azure/i386/apt.yml
@@ -7,7 +7,7 @@ steps:
sudo apt-get update -y | true
sudo apt-get install -y gcc-multilib
sudo apt-get install -y g++-multilib
- sudo apt-get purge -y libxml2
+ sudo apt-get purge -y libxml2 libsqlite3-0
# TODO: Reenable postgresql + postgresql-contrib packages once they work again.
sudo apt-get install -y bison \
re2c \