From 376968c7a7f4114772131fa8db5a7f08ca1d5e4d Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Thu, 16 Jul 2020 16:09:41 +0200 Subject: Fix azure i386 build Purge libsqlite3-0 to make sure we get the i386 library lateron. --- azure/i386/apt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azure/i386') 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 \ -- cgit v1.2.1