summaryrefslogtreecommitdiff
path: root/azure/i386
diff options
context:
space:
mode:
Diffstat (limited to 'azure/i386')
-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 \