summaryrefslogtreecommitdiff
path: root/azure
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-09-05 21:39:39 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-09-05 22:10:02 +0200
commit4ebc04ca9d0a8871dc511f48977c36a4c9782ee0 (patch)
tree448afb412019621d452d838ad6ffc425a03ba795 /azure
parente0a14bce77443fb856dc7de2213d3842eb625a47 (diff)
downloadphp-git-4ebc04ca9d0a8871dc511f48977c36a4c9782ee0.tar.gz
Fix azure i386 build
Looks like pgsql on i386 broke even more.
Diffstat (limited to 'azure')
-rw-r--r--azure/i386/apt.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/azure/i386/apt.yml b/azure/i386/apt.yml
index 4dd09423c9..1620080304 100644
--- a/azure/i386/apt.yml
+++ b/azure/i386/apt.yml
@@ -7,8 +7,9 @@ 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 libsqlite3-0
+ sudo apt-get purge -y libxml2
# TODO: Reenable postgresql + postgresql-contrib packages once they work again.
+ sudo apt-get purge -y libpq5
sudo apt-get install -y bison \
re2c \
locales \