From 4ebc04ca9d0a8871dc511f48977c36a4c9782ee0 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Sat, 5 Sep 2020 21:39:39 +0200 Subject: Fix azure i386 build Looks like pgsql on i386 broke even more. --- azure/i386/apt.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'azure/i386') 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 \ -- cgit v1.2.1